In Algolia, currently when I search for say " amazon books" in my database that has entries of
- amazon bag
- books from amazon
- amazon books
- books from google books
I get "amazon books" as the result. What I am looking for is for all entries with "amazon" OR "books" to be shown in the result. How would I perform this search ?
Or do I have to just send multiple queries from my iOS app - one for amazon and one for swift and parse the results ? Thanks in advance.