Feature #2535

Mis à jour par Benedicte Pincemin il y a plus de 6 ans

1) 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 ("&").

2) 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"] _.text_loc="Mitterrand|Chirac"]

Retour