Hi
Can someone explain to me why these 2 queries don't return the same?
1. select Id from table where text likep 'keyword1,"keyword2 keyword3"'
=> Find a match
2. select Id from table where text likep 'keyword1,keyword2 keyword3 w/150'
=> Doesn't return any match.
I'd like to have the following query:
search for: keyword1 or keyword2 near keyword3.
Also, what exactly is the difference between the likep and like predicates in terms of support of metamorph queries?
Thanks,
/Tony.
Can someone explain to me why these 2 queries don't return the same?
1. select Id from table where text likep 'keyword1,"keyword2 keyword3"'
=> Find a match
2. select Id from table where text likep 'keyword1,keyword2 keyword3 w/150'
=> Doesn't return any match.
I'd like to have the following query:
search for: keyword1 or keyword2 near keyword3.
Also, what exactly is the difference between the likep and like predicates in terms of support of metamorph queries?
Thanks,
/Tony.