Support full-text search indexing of Note text #6

Closed
opened 2020-10-05 21:23:05 +00:00 by garrettmills · 0 comments
Owner
  • Want to enable a universal search box in the front-end, so we need to keep some kind of a running full-text search engine.
  • Consider using the mongodb $text operator. Requires a text index to be created.
  • We also want to search certain database records?
* Want to enable a universal search box in the front-end, so we need to keep some kind of a running full-text search engine. * Consider using the mongodb $text operator. Requires a text index to be created. * We also want to search certain database records?
garrettmills added the InfrastructureFeature Request labels 2020-10-05 21:23:05 +00:00
garrettmills added the Deployed to: Staging label 2020-10-13 02:50:58 +00:00
garrettmills added the Deployed to: Production label 2020-10-13 02:52:31 +00:00
garrettmills added the Ready to Deploy label 2020-10-13 15:31:40 +00:00
Sign in to join this conversation.