JeffersonLab / jaws-admin-gui

Web admin interface for JAWS
https://ace.jlab.org/jaws
MIT License
0 stars 0 forks source link

Searching array fields doesn't work #26

Closed slominskir closed 1 month ago

slominskir commented 1 year ago

The IndexDB search logic used right now assumes all fields being searched are scalar (maybe even strings). The location field is stored in IndexDB as an array, and the search code doesn't handle this currently.

slominskir commented 1 month ago

Switched to smoothness weblib in v4.6.0 so this issue is now obsolete.