Creating PPQs > Creating metadata filters

Creating metadata filters
You can use the metainfo attribute in the <docset> element to create a filter that uses metadata stored with the documents as filter criteria.
Example 8
Metadata filter selecting documents where metadata Country=SWE.
<?xml version="1.0" encoding="utf-8"?>
<s-dbs action="process">
    <database>
          <docset metainfo="Country=SWE"/>
    </database>
</s-dbs>
 
The metadata must be included in the document type resource connected to the output connector, and the metadata must also be enabled in Post Process context.
 
 
OpenText StreamServe 5.6 Updated: 2013-03-01