Skip to content

Instantly share code, notes, and snippets.

@MohammedEssehemy
Last active July 23, 2018 18:49
Show Gist options
  • Select an option

  • Save MohammedEssehemy/74d339be6b5f53ee1a5a02bb6a1a7e84 to your computer and use it in GitHub Desktop.

Select an option

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
{{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