Creating PPQs > PPQ syntax > Document selection

Document selection
The <docset sel="filter" metainfo="filter"/> sections in the PPQ specify which documents in the runtime repository to select. You can use two types of filters:
Filter operators
You can use the operators shown in the table below when you create document property filters and metadata filters.
=
metainfo="CustomerName=&quot;Eva Farrel&quot;"
< (&lt;)
metainfo="CustomerNumber&lt;1020"
> (&gt;)
metainfo="CustomerNumber&gt;1020"
!=
metainfo="CustomerNumber!=1020"
>= (&gt;=)
metainfo="CustomerNumber&gt;=1020"
<= (&lt;=)
metainfo="CustomerNumber&lt;=1020"
+
-
*
/
AND
metainfo="CustomerNumber&lt;=1020 AND Country=SWE"
OR
metainfo="Country=FIN OR Country=SWE"
 
OpenText StreamServe 5.6 Updated: 2013-03-01