sortQueryParams (obj) Object
Defined in addon/adapters/rest.js:244
By default, the RESTAdapter will send the query params sorted alphabetically to the server. For example: store.query('posts', { sort: 'price', category: 'pets' });
will generate a requests like this /posts?category=pets&sort=price, even if the parameters were specified in a different order. That way the generated URL will be deterministic and that simplifies caching mechanisms in the backend. Setting sortQueryParams t