Skip to content

Conversation

@hextraza
Copy link
Contributor

@hextraza hextraza commented May 9, 2025

  • Multithreaded search and faster page 1 loading times
  • Minor change to modify the message when the client errors
  • Changes the table's pagination message in the bottom-right to read "More than x" where x is the current page size, instead of 1000. Lucene doesn't have a good way of returning the number of pages that a query would hit without executing the whole query, which would probably be pretty slow, so removing the # of rows entirely makes the most sense to me. I could return an exact number if we were ok with the query being slower, however.
  • Change some client behavior around resetting to page 1 when there's a new query or the pageSize changes.

@hextraza hextraza marked this pull request as ready for review May 14, 2025 00:17
@hextraza hextraza merged commit 2fa67c8 into discvr-25.3 May 14, 2025
4 of 5 checks passed
@hextraza hextraza deleted the 25.3_fb_multithreadedSearch branch May 14, 2025 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants