I am facing a problem with my Custom Web Parts.
I need to search in the document contents only and do not want to include all results which matched the managed properties.
MSDN states that if no column is specified in where clause like FREETEXT("MOSS SEARCH") or CONTAINS("MOSS SEARCH") it will search into the document contents only, which is my desired result. Unfortunately it is not happening and results are returned if I search on property like Author. FREETEXT("John") is returning all documents authored by John. But I want only those documents who have John in its contents and not exposed as any property.
Can anyone suggest anything on it.