wincowgerDEV / OpenSpecy-shiny

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

Closed wincowgerDEV closed 9 months ago

wincowgerDEV commented 1 year ago

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.

wincowgerDEV commented 9 months ago

Currently possible with the recent version. image