angeloashmore / gatsby-plugin-local-search

Gatsby plugin for providing client-side search for data available in Gatsby's GraphQL layer using a variety of engines
MIT License
51 stars 29 forks source link

Search withing complicated fields #56

Open nashvinxtn opened 1 year ago

nashvinxtn commented 1 year ago

For now i have query mostly title to do the search over all pages but i would like to search in more fields (all fields), as i have many indent fields in relationships, its complicated as there are many types of fields. The defaulf options in flex seems not working in my query. Any recommendations.