Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve search for /browse #10

Closed
rsargent opened this issue Feb 14, 2019 · 3 comments
Closed

Improve search for /browse #10

rsargent opened this issue Feb 14, 2019 · 3 comments

Comments

@rsargent
Copy link
Member

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
Copy link
Contributor

lzmunch commented Jun 10, 2019

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
Copy link
Member

Yes, filters are currently hidden. See #8 (comment)

@dognotdog
Copy link
Contributor

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

  • searches the feed ID field
  • finds the channel label device name (feedId).channelName as displayed in the results and plot pane, so that it can be pasted into the search field

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants