Skip to content
Snippets Groups Projects
Unverified Commit f3457858 authored by Morris Jobke's avatar Morris Jobke Committed by GitHub
Browse files

Merge pull request #14905 from nextcloud/bugfix/noid/add-fulltextsearch-min-version

Add min-version/max-version to fulltextsearch provider element
parents 6ba54883 7aba0802
No related branches found
No related tags found
No related merge requests found
......@@ -659,11 +659,20 @@
</xs:sequence>
</xs:complexType>
<xs:complexType name="fulltextsearch-provider">
<xs:simpleContent>
<xs:extension base="php-class">
<xs:attribute name="min-version" type="version" use="optional"/>
<xs:attribute name="max-version" type="version" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="fulltextsearch">
<xs:sequence>
<xs:element name="platform" type="php-class" minOccurs="0"
maxOccurs="unbounded"/>
<xs:element name="provider" type="php-class" minOccurs="0"
<xs:element name="provider" type="fulltextsearch-provider" minOccurs="0"
maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment