Closed tonprince closed 2 years ago
Actually I had to change the query to:
{ AND: ["destinations:phuket", "destinations:town"] }
Is it possible to search by "phuket town" somehow? Otherwise I have to change many query definitions.
Does { AND: ["phuket", "town"] }
give any hits? (I think it should)
If so maybe like this?: { AND: 'phuket town'.split(' ') }
Could finally rewrite it, thanks.
Hi I tried to update search-index to the newest release with version 3.0.2 but do not get any results for my query anymore.
I have a list of destinations like "phuket town", "southern thailand" etc. for which I create an index for. When querying the index for "phuket town" no results are returned. Before it worked fine.