We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02c03d1 + e901b78 commit 032ddffCopy full SHA for 032ddff
extensions/indexes/range/src/test/xquery/range/optimizer.xql
@@ -474,7 +474,7 @@ function ot:optimize-matches-field($city as xs:string) {
474
declare
475
%test:stats
476
%test:args("[rR]üssel.*")
477
- %test:assertXPath("$result//stats:index[@type = 'new-range'][@optimization = 1]")
+ %test:assertXPath("$result//stats:index[@type eq 'new-range'][@optimization-level eq 'BASIC']")
478
function ot:matches-field-filtered($city as xs:string) {
479
let $address := collection($ot:COLLECTION)//address
480
return
0 commit comments