You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type fn into an XQuery document. This lists functions in the fn namespace (and other functions containing fn). This is the expected behaviour. For example:
Press the : key (so the current context is fn:). This causes the completion list box to disappear. It should list items in namespaces ending with fn (including, e.g. myfn:test, as well as fn:abs, etc.).
Type ex (so the current context is fn:ex). This lists:
fn
into an XQuery document. This lists functions in the fn namespace (and other functions containingfn
). This is the expected behaviour. For example::
key (so the current context isfn:
). This causes the completion list box to disappear. It should list items in namespaces ending withfn
(including, e.g.myfn:test
, as well asfn:abs
, etc.).ex
(so the current context isfn:ex
). This lists:This should only list the items matching
fn:ex
, for example:i
(so the current context isfn:ex
). This lists items matchingexi
notfn:exi
. For example:The text was updated successfully, but these errors were encountered: