FREETEXT issue with .docx files

threeo

Member
Joined
May 26, 2010
Messages
15
Programming Experience
1-3
i am inserting documents as blobs into a database table. i'm using FREETEXT searches on the blobs. this works really well except it doesn't work for .docx files. i have scoured the internet but everyone seems to have the same solution:

"just download and install the microsoft filter for docx files"

but i have done this and still.....my searches on docx files always returns an empty set (even though i know the docs have the values i'm searching for)

anyone else encounter this issue?
 
Back
Top