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

Support Text Search #3

Open
3 tasks
dylanmcreynolds opened this issue Dec 14, 2021 · 0 comments
Open
3 tasks

Support Text Search #3

dylanmcreynolds opened this issue Dec 14, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@dylanmcreynolds
Copy link
Contributor

It would be nice for the AIMM Tiled implementations to support full text search. I think this requires a couple things:

  • Enhance the adapters to register text search
  • Add a text index to Mongo. As a pattern, databroker add indexes on init of database update tool (which is actually suitcase. If the index is already there, no error is thrown.
  • As a bonus to enhance the search, we could add a field to common called "description" and add to that a tokenized version of the dataset name. So As-K-1 would become As K 1. This would make As, K and 1 searchable with Mongo's text search.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants