RCP: X.X, Revision of Assisted Sub-Corpus interface
- Remove the first parameter (Match all criteria / some criteria), and determine the boolean operators according the following rules :
- first, the different values for a same property are combined with an OR (“|”) ;
- then, the different properties are combined with an AND (“&”).
- Write the CQL equation with a syntax which is closer to what the users are taught in the User Guide.
Example :
[.text_annee=“198.*” &.text_loc=“mitterrand|chirac”] expand to
text
(from redmine: issue id 2535, created on 2019/04/10 by Benedicte Pincemin)