|
Re: [dtsearch] Hwo to find 'microsoft'
>We need to be able to find the word 'Microsoft' in MS Office docs. It
>seems that this word is indexed in all docs as it appears somewhere in
>the metadata. How can we find just the files that have 'Microsoft' in
>the content?
You can search for:
//text contains Microsoft
This finds the word "Microsoft" when it occurs outside of one of the
document properties.
David Thede
dtSearch Corp.
|