Re: [basex-talk] Using error and catch for error paths in REST API endpoint code

2022-04-25 Thread Andy Bunce
I imagine reworking the scopes will be very much non-trivial. (I am just happy I found that "simple" example - XQST0049 has been troubling me for years) Thanks, for this and all your great work on BaseX. /Andy On Mon, 25 Apr 2022 at 15:13, Christian Grün wrote: > Although this can run into

Re: [basex-talk] Using error and catch for error paths in REST API endpoint code

2022-04-25 Thread Christian Grün
> > Although this can run into issues like #[1194]. For example trying to do > all modules... > > (: hack to scrape module names from github :) > let $mods:=fetch:xml(" > https://github.com/acdh-oeaw/vleserver_basex/tree/main/vleserver > ",map{"parser":"html"}) >

Re: [basex-talk] Free Text - understanding

2022-04-25 Thread Hans-Juergen Rennau
Many thanks for checking, Christian! I'll study the spec and get back to you should I come to a different conclusion. Kind regards,Hans-Jürgen Am Montag, 25. April 2022, 12:00:41 MESZ hat Christian Grün Folgendes geschrieben: Hi Hans-Jürgen, PS: I think there is a bug concerning

Re: [basex-talk] Free Text - understanding

2022-04-25 Thread Christian Grün
Hi Hans-Jürgen, PS: I think there is a bug concerning "different sentence": > > basex "'base.x' contains text 'base x' same sentence" > false > > basex "'base.x' contains text 'base x' different sentence" > false > After some intents, I decided to stick with the current solution, as I believe