userstyles-world / userstyles.world

⭐ Website to browse and share UserCSS userstyles. A modern replacement for UserStyles.org made by the userstyles community.
https://userstyles.world
GNU Affero General Public License v3.0
324 stars 15 forks source link

Search goes crazy #169

Closed astyled closed 1 year ago

astyled commented 1 year ago

The issue

Explicitly specifying the search method as default displays all the 500 results on a single page, greatly increasing search time.

https://userstyles.world/search?q=youtube:

Metrics of search engine: Hits: 96 Time Spent: 29.257ms

https://userstyles.world/search?q=youtube&sort=default

Metrics of search engine: Showing top 96 of 500 hits Time Spent: 262.555ms

Additional info

Using "Enable sidebar navigation" results in always getting &sort=default in the URL since search button always adds it, while the top search field not.

My suggestion