mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
71cef2fa1d
elasticsearch:ignore unknown attribute = yes | no (default: no) elasticsearch:ignore unknown type = yes | no (default: no) Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Noel Power <npower@samba.org> Autobuild-User(master): Noel Power <npower@samba.org> Autobuild-Date(master): Thu Oct 14 10:20:27 UTC 2021 on sn-devel-184
20 lines
787 B
XML
20 lines
787 B
XML
<samba:parameter name="elasticsearch:ignore unknown attribute"
|
|
context="G"
|
|
type="boolean"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>
|
|
Ignore unknown Spotlight attributes in search queries. An example query
|
|
using the unsupported attribute
|
|
<literal>"kMDItemTopic"</literal> would be
|
|
<literal>kMDItemTopic=="hotstuff"</literal>. By
|
|
default any query using such a type would completely fail. By enabling
|
|
this option, if the type match is a subexpression of a larger expression,
|
|
then this subexpression is just ignored.
|
|
</para>
|
|
</description>
|
|
|
|
<value type="default">no</value>
|
|
<value type="example">yes</value>
|
|
</samba:parameter>
|