An open-use web application created for easy access, collaboration, and sharing of datasets through rich metadata search, filter, sort, and direct viewing in common industry applications or in our web-based 3D Volume Viewer.
This adds include/exclude logic for external files that DON'T use FES (e.g., use database service with SQL queries).
Edit for context: the logic for FES has already been merged via #238
This does NOT implement fuzzy vs. exact search toggling yet for non-FES sources. Because of this, I'm conditionally hiding/disabling the fuzzy toggle in the UI element for non-AICS data sources.
Testing
Tested manually for any value filters and no value filters using a test csv that contains null values.
There's also some very simple unit tests to make sure things still run with typed filters
This adds include/exclude logic for external files that DON'T use FES (e.g., use database service with SQL queries). Edit for context: the logic for FES has already been merged via #238
This does NOT implement fuzzy vs. exact search toggling yet for non-FES sources. Because of this, I'm conditionally hiding/disabling the fuzzy toggle in the UI element for non-AICS data sources.
Testing
Tested manually for
any value
filters andno value
filters using a test csv that contains null values. There's also some very simple unit tests to make sure things still run with typed filters