Skip to content

Commit

Permalink
[hotfix] set enforce-index-use default value to strict
Browse files Browse the repository at this point in the history
  • Loading branch information
marmoure committed Apr 26, 2023
1 parent fc9c4fb commit 216a13d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exist-distribution/src/main/config/conf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@
<!-- TODO: add attribute 'enabled="yes/no"' -->
<xquery enable-java-binding="no" disable-deprecated-functions="no"
enable-query-rewriting="yes" backwardCompatible="no"
enforce-index-use="always"
enforce-index-use="strict"
raise-error-on-failed-retrieval="no">

<builtin-modules>
Expand Down
2 changes: 1 addition & 1 deletion schema/conf.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@
<xs:attribute name="backwardCompatible" type="yes_no" default="no"/>
<xs:attribute name="raise-error-on-failed-retrieval" type="yes_no"
default="no"/>
<xs:attribute name="enforce-index-use" default="always">
<xs:attribute name="enforce-index-use" default="strict">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="always"/>
Expand Down

0 comments on commit 216a13d

Please sign in to comment.