This is a companion repo that holds the code for www.openspecy.org website and shiny application. The Open Specy package repo https://github.com/wincowgerDEV/OpenSpecy-package
Creative Commons Attribution 4.0 International
3
stars
3
forks
source link
[Feature]: add option to filter spectra in search by all fields #24
[X] I agree to follow this project's Contributing Guidelines.
Description
Right now we offer filtering the search spectra by just one field but some people may want to filter by multiple.
Problem
Sometimes I want to filter the search results by multiple fields to get the best result.
Proposed Solution
Honestly I don't know what the best strategy is here. Maybe a DT object of the full metadata that when you filter it it filters the search, maybe a cascade of filters for each column (but some have too many options).
Alternatives Considered
We already allow people to use their own spectra subset in the package.
Guidelines
Description
Right now we offer filtering the search spectra by just one field but some people may want to filter by multiple.
Problem
Sometimes I want to filter the search results by multiple fields to get the best result.
Proposed Solution
Honestly I don't know what the best strategy is here. Maybe a DT object of the full metadata that when you filter it it filters the search, maybe a cascade of filters for each column (but some have too many options).
Alternatives Considered
We already allow people to use their own spectra subset in the package.