Skip to content

Text Search - Support queries using MongoDB $text ? #113

Description

@rturk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions