marshallswain / feathers-pinia

Connect your Feathers API to the elegant data store for Vue
52 stars 22 forks source link

Documentation: defaultLimit global config option is missing #169

Open campfire-git opened 3 months ago

campfire-git commented 3 months ago

Spent a bit of time wondering why this wasn't respecting the default limit of feathers service backend.

After looking through code repo, found out that feathers pinia config needs the defaultLimit option to match what is in the backend or it will send $limit=10 when no limit is supplied. https://feathers-pinia.pages.dev/guide/create-pinia-client.html#global-configuration