I am using sphinx and want to search for elements containing the first AND text containing different text in another column.
I tried this: @Name na @LastName test
But it only returns a string that matches exactly two words, I need results.
Name Test1, Name test2, OtherName lastnametotest,
Any help would be really appreciated,
Thank.
k-dev source
share