Last active
July 23, 2018 18:49
-
-
Save MohammedEssehemy/74d339be6b5f53ee1a5a02bb6a1a7e84 to your computer and use it in GitHub Desktop.
[loopback text search query] example for url request on loopback to hit text index on mongodb #loopback #mongodb #text
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {{host}}/api/model?filter={ "where": { "$text" : { "search" : "ess" } } } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment