Creating PPQs > Creating document property filters

Creating document property filters
You can use the sel attribute in the <docset> element to create a filter that uses document properties as filter criteria.
All
sel="All"
ID
sel="ID=’8FA23889-7BE7-B743-8842-2607A980C851’"
sel="ID=2"
Priority
sel="Priority=50"
CreationTime
sel="CreationTime&gt;2010-03-29T09:30:00"
ProcessTime
sel="ProcessTime&gt;2010-03-29T09:30:00"
Error
sel="Error=0"
sel="Error=1"
Status
sel="Status=Stored"
State
sel="State=Submitted"
sel="State=1"
DocumentType
sel="DocumentType=’Invoice’"
sel="DocumentType=’98A23889-62E7-B718-8842-2607A980C851’"
PageCount
sel="PageCount&gt;=10"
Example 7
Document property filter selecting all documents in the repository.
<?xml version="1.0" encoding="utf-8"?>
<s-dbs action="process">
    <database>
          <docset sel="all"/>
    </database>
</s-dbs>
 
Date and time format and keywords
Date values must follow the ISO 8601 standard, see an example below.
YYYY-MM-DDThh:mm:ss
For example: 2010-05-20T13:04:25
The following keywords can be used together with the CreationTime and ProcessTime properties.
today
sel="CreationTime=today"
sel="ProcessTime=today-1"
sel="CreationTime=today-5"
now
sel="CreationTime&gt;=now-4"
sel="ProcessTime&gt;=now-1:20"
OpenText StreamServe 5.6 Updated: 2013-03-01