https://bugs.kde.org/show_bug.cgi?id=500414
Bug ID: 500414
Summary: Supporting NOT in queries in addition to AND and OR
Classification: Frameworks and Libraries
Product: frameworks-baloo
Version: 6.10.0
Platform: Debian testing
OS: Linux
Status: REPORTED
Severity: wishlist
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
You can create all possible queries with the three basic operators AND, OR and
NOT if I remember correctly. However, NOT does not seem to be implemented. It's
neither in advancedqueryparser.cpp nor mentioned in baloosearch6.
Using the Shell (here: Fish) you can use the following very crude workaround on
the command line:
comm -23 (baloosearch6 "tag:TAG1" 2>/dev/null | sort | psub) (baloosearch6
"tag:TAG2" 2>/dev/null | sort | psub)
But this is obviously not available in, e.g., Dolphin's GUI.
--
You are receiving this mail because:
You are watching all bug changes.