-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Even novice FOXDEN / CHESS users who don't know MongoDB query syntax will need to be able to construct queries that involve more complicated query expressions. For example:
- use
$alland$sizeto match an array-valued field, but ignore the order of elements in that field - use
$lt/$gtto match values of a field within a certain range - use
$orand / or$andto match related records from different beamtimes - ...
The feature request is: an "advanced search" page that presents the user with HTML elements that can be used to construct a query which requires more complicated query expressions. What I have in mind is something similar to the Query Builder page from the REACH ticketing system that CHESS uses:
I imagine the advanced query form would need to be generated from each metadata record schema -- it's still unclear to me whether or not users will need the option to perform advanced searches involving records with different schemas.
Metadata
Metadata
Assignees
Labels
No labels