Search template definition
A search template definition contains these details:
- Search result 
An attribute or attributes of the master data document whose value is returned by the search template.
 - Filters 
One or more conditions that compare search parameters against the attributes of the master data document. Search parameters are represented by attributes of the master data prefixed with "p_". You can use various relational operators in creating comparison conditions. Conditions can be combined using the logical operators AND and OR.
 
This table shows the available relational operators:
| == | Equal | 
| > | Greater than | 
| >= | Greater than or equal | 
| < | Less than | 
| <= | Less than or equal | 
| != | Not equal | 
| IN | Contained in |