Also in the docs i noticed “Up to 3 sort fields ca...
# community-help
a
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
This is specifically talking about the sort_by parameter and not the filter_by parameter
a
Correct, sort_by
j
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
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!