Search documents of a WebDAV Server

Hello,

is it possible to search through the content of documents (e.g. word.doc) which where put in Tamino with a WebDav Server? Which informations are searchable?

THX

Tobi

Hi,

it is possible to search for properties like
all resources with the mime type text/xml, resources with content length > 12345 and so on.
You may search for text documents, that contain a specific string, and you may search for xml documents, that fulfill a specific xpath expression. A word document is binary data. No search algorithm is implemented to search in binary data.

Regards,
Martin