Feature #2535
Updated by Benedicte Pincemin about 2 years ago
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"]
- 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"]