CMU-CREATE-Lab / esdr

Environmental Sensor Data Repository (ESDR)
Other
12 stars 9 forks source link

Improve search for /browse #10

Closed rsargent closed 3 years ago

rsargent commented 5 years ago

Split tokens by whitespace and show feeds that contain all search terms (just not necessarily in order)

E.g. searching for

achd ramp

would include feeds from

ACHD - Lawrenceville (v4) RAMP

and searching for

achd pm

would include feeds from

Lawrenceville ACHD PM25B_UG_M3

lzmunch commented 5 years ago

It seems like there used to be the ability to filter the types of channels to show, but that is now gone. See the help sheet: https://docs.google.com/document/d/18IFx6Tyv0EGenEpOrexnB1ajQEBYHsWWpN5wi7PPXC0/pub

chrisbartley commented 5 years ago

Yes, filters are currently hidden. See https://github.com/CMU-CREATE-Lab/esdr/issues/8#issuecomment-464864622

dognotdog commented 4 years ago

with 09986f4a5231c79fa6a34d462e9ba0960f432765 searchJSON() is back to O(n) complexity, and additionally