Bug #19138
Updated by François ARMAND over 3 years ago
Since #19137 is hard to correct, as a workaround, we can add the possibility to invert restsult of a query globaly (better solution whould be to add "not" for each criteria, but this is almost as hard as correcting #19137). Expected UI: !clipboard-202104091521-f2rbn.png! Example of results if you have the following installed software: <pre> - root: {nano} - agent1: {nano, emacs-common} - agent2: {} </pre> * for nano: <pre> name = nano => agent1 invert name = nano => agent2 name = nano, include root => agent1, root invert name = nano, include root => agent2 </pre> * for emacs-common: <pre> name = emacs => agent1 name = emacs, include root => agent1 invert name = emacs => agent2 name = emacs, include root => agent1 invert name = emacs, include root => agent2, root </pre>