marsara9 / lemmy-search

An enhanced search engine just for Lemmy/Fediverse
https://www.search-lemmy.com
GNU Affero General Public License v3.0
81 stars 4 forks source link

`page` query parameter for search results does nothing #5

Closed marsara9 closed 1 year ago

marsara9 commented 1 year ago

Currently the page parameter when passed to the backend, isn't actually being used. To help speed up render times this parameter should be incorporated into the search query somehow to limit the number of items actually returned. The number of results found should still include the total number of actual results regardless of how many were returned to the client.