Also in the docs i noticed “Up to 3 sort fields can be specified.” So this is saying you can only have three statements like ‘id==x…’, and if so, do you all have any plans to make more fields available in the future?
j
Jason Bosco
11/04/2022, 9:46 PM
This is specifically talking about the sort_by parameter and not the filter_by parameter
a
Andrew Shephard
11/05/2022, 12:45 AM
Correct, sort_by
j
Jason Bosco
11/05/2022, 5:10 PM
We don’t have plans to increase the number of sort_by fields at the moment, but could you expand on what your use case is for needing more than 3 tie breaking fields?
a
Andrew Shephard
11/07/2022, 5:44 AM
At the time of writing, i was interested in sorting users based on various values, however after further consideration i realized that it would be possible to implement through filtering fields. Thank you for the explanation though!