akraus 0 Newbie Poster

I am trying to use Verity to search PDF documents. I have a case where the correct document is returned however in some case the context returned does not contain my search word.

Here is my code:

<CFSEARCH COLLECTION="Collection_name"
   Name="GetResults" 
   CRITERIA="patent"
   ContextPassages="1" 
>

What am I doing wrong? Any help would be appreciated.