ctdb-server: Remove duplicate logic
[samba4-gss.git] / docs-xml / smbdotconf / misc / elasticsearchignoreunknownattribute.xml
blob86368d30e58b5a8ae06f87e98694de676aa0cfc1
1 <samba:parameter name="elasticsearch:ignore unknown attribute"
2                  context="G"
3                  type="boolean"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5   <description>
6     <para>
7       Ignore unknown Spotlight attributes in search queries. An example query
8       using the unsupported attribute
9       <literal>&quot;kMDItemTopic&quot;</literal> would be
10       <literal>kMDItemTopic==&quot;hotstuff&quot;</literal>. By
11       default any query using such a type would completely fail. By enabling
12       this option, if the type match is a subexpression of a larger expression,
13       then this subexpression is just ignored.
14     </para>
15   </description>
17   <value type="default">no</value>
18   <value type="example">yes</value>
19 </samba:parameter>