Hi,
I'm trying to create a query with CONTAINS(FIELD,'"wordToSearch*"') that should have to work like 'FIELD LIKE '%wordToSearch%' but I don't get the same results. In fact, CONTAINS returns less rows than LIKE.
Where is the error?
Thanks but I get 2018 rows with CONTAINS and 2026 with LIKE.
The field contains html data. Perhaps CONTAINS isn't valid for this search? I thought it would treat the data like text, no matter it contains html or not...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.