Skip to content

Commit

Permalink
[bugfix] Fix failing Range Index test after merge of eXist-db#4910.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Oct 12, 2024
1 parent 117b504 commit 6e9d61c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ function ot:optimize-matches-field($city as xs:string) {
declare
%test:stats
%test:args("[rR]üssel.*")
%test:assertXPath("$result//stats:index[@type = 'new-range'][@optimization = 1]")
%test:assertXPath("$result//stats:index[@type eq 'new-range'][@optimization-level eq 'BASIC']")
function ot:matches-field-filtered($city as xs:string) {
let $address := collection($ot:COLLECTION)//address
return
Expand Down

0 comments on commit 6e9d61c

Please sign in to comment.