Comment 3 for bug 1477605

Revision history for this message
Ilya Kutukov (ikutukov) wrote :

Requestor invended intuitive way to define this param like:
--labels "(label1 OR label2) AND label3”
but this is DSL expression that is not lightweight solution

Also it is possible to make smth lightweight like
--labels label1 label2+label3 label4
but operators execution order should be fixed as OR over AND or AND over OR and some filter conditions could not be defined