Limiting the Search criteria to particular fields

Hi to all,

Iam facing a problem with my web application .

While trying to search for a particular field it displays matching documents with that.

Now when i try to search with two or more fields , then it is not performing the search or it is not searching all the fields .

E.g., Query = [Field1] or [Field2] contains XYZ. XYZ is searched only in [Field2] and not in [Field1] .

Can any one guide me in this issue.

Thanks in Advance.

Subject: Limiting the Search criteria to particular fields

You need to search for XQZ in both Fields:

[Field1] contains XYZ or [Field2] contains XYZ