Is your input a single text string separated by space or two text ?
On your sample:
I thought you said if 2 words were given, the two should be found on the pt_value string. In this case, no string contains both text that you are searching. Is it an AND (inclusive, all text should be found in the pt_value string)? Is it an OR (exclusive, if one of the text is found in the pt_value string, the record should be returned).
~~ CK
On your sample:
search for
g2766
packaged
would return 12360
g2766
packaged
would return 12360
~~ CK
Comment