graffiti-mongoose icon indicating copy to clipboard operation
graffiti-mongoose copied to clipboard

Text Search - Support queries using MongoDB $text ?

Open rturk opened this issue 9 years ago • 0 comments

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

rturk avatar Apr 15 '16 16:04 rturk