It would perhaps be clearer to require a user to specify that they want the query to apply to all pages with something like: /* Current page */ {{$myschema.myfield ? filter: "myfield < 5" or: "myfield > 5"}} /* Specific page */ {{$other-page.myschema.myfield ? filter: "myfield < 5" or: "myfield > 5"}} /* Search all pages */ {{$*.myschema.myfield ? filter: "myfield < 5" or: "myfield > 5"}}
EJEMPLOS que aclaran la SINTAXIS