samba-tool user readpasswords: avoid `assert` for validation
[samba.git] / docs-xml / smbdotconf / misc / elasticsearchignoreunknowntype.xml
1 <samba:parameter name="elasticsearch:ignore unknown type"
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 types in search queries. An example query using
8       the unsupported type <literal>&quot;public.calendar-event&quot;</literal>
9       would be
10       <literal>kMDItemContentType==&quot;public.calendar-event&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>
16
17   <value type="default">no</value>
18   <value type="example">yes</value>
19 </samba:parameter>