forked from CMDT/TimeSeriesDataCapture
-
Notifications
You must be signed in to change notification settings - Fork 1
Searching Filtering Change #11
Copy link
Copy link
Open
Labels
discussion neededThe issue needs further discussionThe issue needs further discussionenhancementNew feature or requestNew feature or requestspwaSingle Page Web ApplicationSingle Page Web Application
Metadata
Metadata
Assignees
Labels
discussion neededThe issue needs further discussionThe issue needs further discussionenhancementNew feature or requestNew feature or requestspwaSingle Page Web ApplicationSingle Page Web Application
Type
Fields
Give feedbackNo fields configured for issues without a type.
Currently searching with extra parameters does not filter the results down. For example searching for "public" and "copper" returns all runs that contain the tags "public" or "copper".
Searching expected behaviour is results are filtered down, runs containing the tags "public" and "copper" are returned.
This is ok for small amounts of data, but quickly becomes a nightmare once more runs are added. However filtering results down causes its own problems, users will not be able to select differently tagged runs to view.
I think the best solution here is to switch searching to filter down but maintain selected runs from previous searches in memory (Obviously this will need some major UI changes)