You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A recent update (#4865) enforced a whitelist for sort values, but this broke some unofficial functionality that I had been using. Before, I could add things like sortby=career_length or sortby=weight, or really any of the already available filtering options, and it would sort appropriately despite not being default selectable sort options. In particular, I had been using sorting by career_length to display Performers by date of debut and it was working perfectly, but now it's no longer supported because it's not on the official whitelist.
To sum up, my request is to add more of the existing filtering options to the sort whitelist since they're already available and working. Thanks very much.
The text was updated successfully, but these errors were encountered:
A recent update (#4865) enforced a whitelist for sort values, but this broke some unofficial functionality that I had been using. Before, I could add things like sortby=career_length or sortby=weight, or really any of the already available filtering options, and it would sort appropriately despite not being default selectable sort options. In particular, I had been using sorting by career_length to display Performers by date of debut and it was working perfectly, but now it's no longer supported because it's not on the official whitelist.
To sum up, my request is to add more of the existing filtering options to the sort whitelist since they're already available and working. Thanks very much.
The text was updated successfully, but these errors were encountered: