-
Notifications
You must be signed in to change notification settings - Fork 10
Add faceted type-ahead search capability to CSET web interface #1713
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
Draft
jfrost-mo
wants to merge
5
commits into
main
Choose a base branch
from
MSc_ui_improvements
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dcb8464 to
281677c
Compare
Contributor
This comment was marked as resolved.
This comment was marked as resolved.
This was referenced Oct 28, 2025
Open
06d6e99 to
47e766b
Compare
This comment was marked as outdated.
This comment was marked as outdated.
4edac77 to
7ed878c
Compare
25f9105 to
dff23c5
Compare
3a00a7b to
e5c20e5
Compare
Member
Author
Additionally included is a conversion of the index to JSON Lines (In theory it should be more efficient, but in practice we still load the whole string first. At least it looks nicer in the index file.) Non-useful entries are removed from the index before it is written, so it only contains information the client will need.
Removes redundant negative operators and allows facets to be any literal. Comparisons are now case insensitive.
e5c20e5 to
bc07f67
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

CSET output interface improvements developed during my MSc project.
Additional work will be required before merging; see the "Future Work" chapter of my dissertation. This branch will also need a good rebase, as the commit history is a mess, and there were large test files added during development that have been removed, and we don't want to pull them into the project history permanently.
GitHub Copilot was used for review and fix suggestions for the prototype python parser, which was then hand ported to JavaScript. That code has been rebased away.
TODO
Fix bugs in parser/web interface.- Done, though probably wants more testing.Introduce a three column layout, as it is commonly requested.Pushed out to Three column layout for web interface #1870.Add query help text and examples to the UI.Contribution checklist
Aim to have all relevant checks ticked off before merging. See the developer's guide for more detail.