We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Lawrenceville ACHD PM25B_UG_M3
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Yes, filters are currently hidden. See #8 (comment)
with 09986f4 searchJSON() is back to O(n) complexity, and additionally
device name (feedId).channelName
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: