Hi!
Having Problem with AND operation.
I am using the query
select ID, $rank rankval, PARENT_ID, NAME from Search where NAME\TEXT likep '~Conservation ~ ELectric'GROUP BY PARENT_TYPE_ID ORDER BY rankval DESC;
But brings back all the results including Conservation or Electric, containing one or both words. Actually it sees at OR. I don't know why it doesn't take it as AND operation. Because I don't have a single record which consists of both words at same time.
Please can you tell me the problem. Is it something wrong with MetaMorph index?
Having Problem with AND operation.
I am using the query
select ID, $rank rankval, PARENT_ID, NAME from Search where NAME\TEXT likep '~Conservation ~ ELectric'GROUP BY PARENT_TYPE_ID ORDER BY rankval DESC;
But brings back all the results including Conservation or Electric, containing one or both words. Actually it sees at OR. I don't know why it doesn't take it as AND operation. Because I don't have a single record which consists of both words at same time.
Please can you tell me the problem. Is it something wrong with MetaMorph index?