Hi All, Has anyone successfully performed queries using full text search (MongoDB $text)? Looks like this is currently not supported. Something like: ``` query{ viewer{ products(first:5,text:"chocolate cream"){ edges{ node{ name } } } } } ```
Hi All,
Has anyone successfully performed queries using full text search (MongoDB $text)? Looks like this is currently not supported.
Something like: