quickwit-oss / quickwit-oss/quickwit
[quickwit ui] allow configurable max hits
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 11.7k
- Forks
- 597
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 37
Description
Is your feature request related to a problem? Please describe.
Currently, Quickwit UI limits the maximum number of hits returned to 20, which can be restrictive for users who want to see more results at once.
Describe the solution you'd like
Allow the maximum number of hits to be configurable directly through the Quickwit UI.
Describe alternatives you've considered
I tried editing max_hits in the URL, but it does not change the number of hits displayed in the UI.
Additional context
This feature would improve usability and make Quickwit UI more flexible for searching and analyzing large datasets.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Quickwit UI code that limits returned hits to 20, then check how the max_hits URL parameter is handled. Done means the UI lets users configure the maximum hit count and displays more than 20 results when selected.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100