korpling / ANNIS

ANNIS is an open source, versatile web browser-based search and visualization architecture for complex multilevel linguistic corpora with diverse types of annotation.
http://corpus-tools.org/annis/
Apache License 2.0
68 stars 25 forks source link

Missing join on corpus reference when multiple corpora are selected #813

Closed thomaskrause closed 1 year ago

thomaskrause commented 1 year ago

Describe the bug

If a join on the rank table is performed and multiple corpora are selected, the join on corpus_ref was missing and could lead to incorrect results

To Reproduce

Steps to reproduce the behavior:

  1. Import the life.cyrus + life.onnophrius corpora from the coptic scriptorium
  2. Select both corpora and search for entity="place" ->head pos="NPROP" & norm . norm & #1 _l_ #3 & #1 _r_ #4
  3. One of the three results does not actually have the NPROP annotation
thomaskrause commented 1 year ago

Fixed by b7eea666

thomaskrause commented 1 year ago

Fixed by b7eea66

The more specific commit is 033de9b1