Implement search into react native app

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

Hello @geza.jenes

Unfortunately SiteSearch can only work with webpages, so indexing a React native App with it would not be possible :frowning:

So for your use-case different search solutions such as algolia should be the way to go perhaps