quickwit-oss / quickwit-oss/quickwit
Display in the UI the query sent to the server when there is an error.
Open
Nobody has claimed this yet.
enhancement
quickwit-ui
- Dominant language
- Rust
- Stars
- 11.7k
- Forks
- 597
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 37
Description
The UI could possibly send a malformed query to the server. Displaying the query along with the error could help debug this kind of issue.
I'm wondering also if we show correctly the error message.
Below a screenshot reported by @yangshike
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 UI code that constructs and sends queries and handles server errors; no specific files or tests are named in the issue. Verify the error view shows the submitted query and presents the server error message correctly, including malformed-query failures.
Written by the indexing model from the issue text.
Assessment
- Domain
- api, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100