Upgrading project to use gatsby-source-prismic and have issues with "fulltext" query in graphQL

Hi Paulina,

We found that using 'regex' worked for us as substitute for fulltext for querying. Would be useful to document this on the "Arguments: filter, sort, limit & skip" page if this is supported for anyone else experiencing similar upgrade issues we did. It got us over the line.

{article_body: {text: {regex: $manufacturerRegex}}

1 Like