On 12-May-08, at 9:31 AM, s d wrote:

Hi,I have a query similar to: x OR y OR z and i want to know if there is a way to make sure i get 1 result with x, 1 result with y and one with z ?

The easiest way is to execute three separate queries:
+x y z
x +y z
x y +z

-Mike

Reply via email to