MoTrPAC / motrpac-frontend

User interface and Frontend for MoTrPAC Bioinformatics Center
MIT License
3 stars 0 forks source link

Search functionality enhancement - search result numeric filters #175

Closed jimmyzhen closed 2 years ago

jimmyzhen commented 2 years ago

Per discussion with Jay, the following search result numeric filters shall be changed from:

adj_p_value: [],
logFC: [],
p_value: []

to

adj_p_value: { min: '', max: '' },
logFC: { min: '', max: '' },
p_value: { min: '', max: '' }