DIRECTORY SERVICES
"(&(ObjectClass=Document)(Object=*xxx*))" attributes
where:
xxx represents the text string to search for
attributes are any of these attributes to retrieve:
"(&(ObjectClass=Document)(Object=*HR policies*))" cn url doctitle docauthor dbtitle
You can use operators with the Object attribute search filter. For example, to find all documents that contain both the text "HR policies" and the text "1999" and then return the same set of attributes as the example above, use this query:
"(&(ObjectClass=Document)(&(Object=*HR policies*)(Object=*1999*)))" cn url doctitle docauthor dbtitle
To search the text of a database, you must have at least Reader access in the ACL of the source database.
Related topics