Bug #3447
GWT, 0.6.3, link index > concordance broken if more than 1 properties are displayed
Status: | New | Start date: | 10/02/2023 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | Portal 0.6.3 |
Description
If more than 1 properties are displayed in the index, the CQL query for concordance is malformed.
E.g.
E.g.
- use the GRAAL corpus on https://txm-bfm.huma-num.fr/txm/
- call index of [word="cil"]
- display word & pos
- double click on PROdem_cil
- the generates query is [pos, word="PROdem" ] instead of [pos="PROdem" & word="PROdem" ]