Actions
Feature proposal #7261
closedImprove userlist searching behavior to use GET when possible
Feature proposal #7261:
Improve userlist searching behavior to use GET when possible
Description
GET provides better SEO in regards to back navigation and URL sharing. POST prevents both. The problem is if the user has too many fields then GET will fail since search criteria will be cut off. Either make this a parameter or do a rough estimate based off the search criteria available to see if the URL could be too long.
Actions