SphinxQL MATCH with or operator
I’m running this query
SELECT * FROM stockcategories_fr WHERE MATCH('@mycolumn ^t-shirt|^tee-shirt|^ tee-shirt|^ t-shirt');
It returns results :
T-shirts
T-shirts enfant
…
I’m running this query
SELECT * FROM stockcategories_fr WHERE MATCH('@mycolumn ^t-shirt|^tee-shirt|^ tee-shirt|^ t-shirt');
It returns results :
T-shirts
T-shirts enfant
…