scheidelerl
scheidelerl
Alacritty: With me it says `WARNING: terminal is not fully functional` with `--theme dark`. And then the prompt does nothing but reset the colon all the time I push a...
Hey, so far I like the tool very much, but if I may I would like to give more input on this topic. I have a very simple data set...
Hey, thank you for the reply. The eXist-db Version is the current build 6.2.0. Installed with the JAR Installer. If I use `ft:binary-field($index, ‘sortable’, ‘xs:string’)` instead, which I think should...
If I use only `doc("/db/test/test.xml")/div[ft:query(., ())]` with the `binary` attribute in the field child, the result is empty, and `ft:field($node as node(), $field as xs:string)` and `ft:binary-field($node as node(), $field...
I updated the test above and added a new one, one with and one without `binary`. It works when I use the element directly, because `binary` seems to need a...
> > Why this works in 5.4.0? > > As far as I know binary fields were added in version 6.2.0. That means it cannot work in version 5.4.0. It...