Edirom / Edirom-Online

Edirom Online is a tool for presenting historical-critical music editions in digital form.
GNU General Public License v3.0
20 stars 23 forks source link

pageBasedView: annotation preview fails to load #389

Closed bwbohl closed 3 months ago

bwbohl commented 3 months ago

This apparently is due to a bug in the XQuery fetching the annotation preview. The error reported is:

<exception>
  <path>/db/apps/Edirom-Online/data/xql/getAnnotation.xql</path>
  <message>err:XPST0003 Syntax error within user defined function local:calculatePreviewsForTip: unexpected token: then [at line 284, column 17]</message>
</exception>

The corresponding section the XQuery:

https://github.com/Edirom/Edirom-Online/blob/78d4d323a5f3c817a41b97bcbc0896e75b1b3d09/add/data/xql/getAnnotation.xql#L283-L287

bwbohl commented 3 months ago

maybe connected to #388