Hi there,
Basically I can see my pdf file in the content server.. inside the pdf there's a piece of test that says: "Test
's Sample" but when I do a search with that string the file gets filtered from the results.
I think it has to do with the
' (single quote) being there because other text in the pdf works fine.. so I was wondering how does VDK store this full text? where? I'd like to see how it gets translated IF that's how it works with pdf files....
Following advice from
2322458 I tried doing the search by:
Test\'s Sample
Test`s Sample
"Test's Sample"
The database is db2 if that helps.. how can I fix this problem?