KorAP / Krill

:mag: A Corpus Data Retrieval Index using Lucene for Look-Ups
BSD 2-Clause "Simplified" License
16 stars 3 forks source link

negative filter with conjunction does not work #93

Open mgierke opened 2 years ago

mgierke commented 2 years ago

negative filter with AND to link does not work, because the hits remain contained. But this linking of negative filters apparently works with OR? Take a look at this to see:

plotHighchart( c( '[orth!="des" & orth!="ihres"] [orth="Hauses"]', '([orth!="des"] | [orth!="ihres"]) [orth="Hauses"]' ) )