Commit dcb8464
WIP Add search capability to CSET UI
Additionally included is a conversion to JSON Lines (In theory it should
be more efficient, but in practice we still load the whole string first,
so I may revert. At least it looks nicer in the index file.)
Finally there are also some experiments with the UI for facets, ahead of
getting feedback from the user interviews.
The framework is there for facet-based searching, but the current
implementation of search is very basic, only doing exact substring
matching. Additional functionality should be added to the test function
constructed in parse_query.1 parent 7a02e93 commit dcb8464
File tree
6 files changed
+17898
-70
lines changed- src/CSET/cset_workflow/app/install_website_skeleton/file/html
- plots
- static
6 files changed
+17898
-70
lines changedLines changed: 30 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
20 | 47 | | |
21 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
22 | 51 | | |
23 | 52 | | |
24 | 53 | | |
| |||
0 commit comments