Support full-text search indexing of Note text #6
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?
Add endpoint for full-text search (#6)
Add short title to full text search endpoint (#6)
Include code snippets in full-text search (#6)
Allow searching databases by name (#6)
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?