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
As reported by @SystemKeeper the unified search providers seem to not properly support limiting and paginating the results.
I checked and the page content provider has some limit from the full text search index, but that is applied per collective, the other providers are just returning all results. We can probably do a quick fix to just skip results before the cursor and after the limit, but would still need to fetch most of the results in the backend. Otherwise we need to rethink the logic to collect search results.
As reported by @SystemKeeper the unified search providers seem to not properly support limiting and paginating the results.
I checked and the page content provider has some limit from the full text search index, but that is applied per collective, the other providers are just returning all results. We can probably do a quick fix to just skip results before the cursor and after the limit, but would still need to fetch most of the results in the backend. Otherwise we need to rethink the logic to collect search results.
Filing this issue to not forget
Talk PR for inspiration nextcloud/spreed#14024
The text was updated successfully, but these errors were encountered: