Dear Support,
we have a project where we use dato cms for show articles in a react native application.
Dato cms is already implemented into the application and it nicely serves the articles through gql queries.
I need to implement now a search feature into the project. It should work like:
- the user search for a word in an input field
- the app will give back the articles where find the word in the content or in the topic (different fields)
I look through your documentation and find these articles:
I feel these solutions are more like for web and I could not apply to react native (maybe I am wrong).
Can I write a resolver somehow to the query? Or what would be the good way?
Can you help or give some information how can I achieve my goal?
Thanks
Geza