-
Notifications
You must be signed in to change notification settings - Fork 6
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
dashboard: Add search pre-fill via url #4
Comments
URL search working-- example shows URL searching for "qemu" and table search looking for "coco." |
Thanks - the demo looks great, so I look forward to seeing this get merged :) |
@afinn12 Can we make it so that typing in the search bar updates the URL directly? Or provide some button to click to go to that search page? I want to avoid users having to manipulate the URL directly. |
When filters are applied using the menu, the URL is immediately updated and the page is reloaded. If "Keep URL Search Terms" is selected, the search rules from the URL will be kept in future searches. For instance, given this search: Note that the operator changed appropriately (matches any vs. all, denoted as "and"/"or") as well. |
PR #22
|
PR #22 |
Ready to review |
Adds an input form for searching job names. Searches are appended to the URL. Fixes kata-containers#4 Signed-off-by: Anna Finn <[email protected]>
Adds an input form for searching job names. Searches are appended to the URL. Fixes kata-containers#4 Signed-off-by: Anna Finn <[email protected]>
Adds an input form for searching job names. Searches are appended to the URL. Fixes kata-containers#4 Signed-off-by: Anna Finn <[email protected]>
Adds an input form for searching job names. Searches are appended to the URL. Fixes kata-containers#4 Signed-off-by: Anna Finn <[email protected]>
Adds an input form for searching job names. Searches are appended to the URL. Fixes kata-containers#4 Signed-off-by: Anna Finn <[email protected]>
Adds an input form for searching job names. Searches are appended to the URL. Fixes kata-containers#4 Signed-off-by: Anna Finn <[email protected]>
Adds an input form for searching job names. Searches are appended to the URL. Fixes kata-containers#4 Signed-off-by: Anna Finn <[email protected]>
It would be useful, particularly when sending evidence that a test is eligible to becoming required if we could provide an optional url query parameter that would pre-fill the search box. e.g. if I want to give evidence that the
run-runk
tests are stable/have problems, I could link something likehttps://kata-containers.github.io/?search=run-runk
and it would pre-fill in the search with that string, and maybe even auto expand the results view? e.g.
The text was updated successfully, but these errors were encountered: