Issue with full text search
I am using full text search to search for a keyword in PDF files stored in assets folder
Following is my Predicate
When I execute the above query it returns 17 results.
So far so good
When I verify the results I found that some of the results are irrelevant (the search key word “hello” is not present in the pdf). So I had a deeper look and found that dam:relativePath property contains the search key word “hello” for all the irrelevant results.
So my question, Is there any way to exclude dam:relativePath property from full text search ?