I need to be able to run a query in Meilisearch, something like this:
first_name="Jane" AND (last_name="Doe" OR maiden_last_name="Doe")
From what I see in the Scout code base, everything is an AND
query.
Is there an elegant way to solve this other than overriding the MeilisearchEngine
's methods?
Thanks!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community