TMW filters | API-Version: 1.0.2 |
Version 2021-02-27
Filters are used to preselect a query string part, stored in a
configuration file. The name of the filter configuration file a
combination of the domain name and .ini. For the object domain, the
filter is called
Each filter file can contain a list of filters, created in the following style:
; default filter group ; this filter is used, if no other filter is defined [default] ; include values ={solr_field1}:{content1} ={solr_field2}:{content2} ...; exclude values ={solr_field1}:{content1} ={solr_field2}:{content2} ; filter group [{filter_name}] ; include values ={solr_field1}:{content1} ={solr_field2}:{content2} ...; exclude values ={solr_field1}:{content1} ={solr_field2}:{content2}
Every group can contain includes and excludes, but also only one type.