Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full search result list even if there are more than 1000 hits #3241

Open
magdosandor opened this issue Apr 23, 2024 · 5 comments
Open

Full search result list even if there are more than 1000 hits #3241

magdosandor opened this issue Apr 23, 2024 · 5 comments

Comments

@magdosandor
Copy link

Searching seems to restrict the result set to 1000. Still, when searching for very frequent terms (i.e. "Lord") it is not enough.

@agrogers
Copy link
Contributor

agrogers commented Apr 24, 2024 via email

@tuomas2
Copy link
Contributor

tuomas2 commented Apr 25, 2024

I can change limit to 5000 as first aid.

For better solution:

It could be done also fully dynamic, i.e. without limits. Should modernize the implementation of search results from ListView to RecyclerView, which dynamically loads more content when scrolling. Would require quite a lot of refactoring of existing code though.

@tuomas2
Copy link
Contributor

tuomas2 commented Apr 25, 2024

limit change from 1000 to 5000 ac3e7b1

@tuomas2 tuomas2 moved this from Needs triage to Prio 2 in Tuomas' project board May 23, 2024
@Noitarud
Copy link

Noitarud commented Aug 18, 2024

Just informing you that 1001 results take a long time to load when "Open results in a window" is chosen (concept from #2024?), al least add warning here or request result range to include (500 items default). Closing offending window does not terminate task. Giving more options to refine search would help most cases #186.

@tuomas2
Copy link
Contributor

tuomas2 commented Aug 22, 2024

Just informing you that 1001 results take a long time to load when "Open results in a window" is chosen (concept from #2024?), al least add warning here or request result range to include (500 items default). Closing offending window does not terminate task. Giving more options to refine search would help most cases #186.

Does it show loading spinner or does it freeze app when loading?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Prio 2
Development

No branches or pull requests

4 participants