Searching For Content
Process Director supports the ability for users to search through the entire database for any object type using a Knowledge View. The list of objects returned that match the search request will be limited to only those that the user has View permission to.
Searches may be case sensitive. This is determined by your database in use. If you are using SQL Server the default is case insensitive. If you are using Oracle the default is case sensitive.
There is an optional search feature called FTS (full-text search). This enables users to search the actual contents of a document for the existence of a word. This support requires SQL Server with FTS enabled. For information on how to enable the full-text indexing on SQL Server refer to the online help at: http://bplogix.com/support/WD/help/KnowledgeBase/WordDocuments/sqlserverfts.htm