Skip to content

Commit

Permalink
Add min-version/max-version to fulltextsearch provider
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Mar 28, 2019
1 parent 8898766 commit 7aba080
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion resources/app-info.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7aba080

Please sign in to comment.