← Back to team overview

zeitgeist team mailing list archive

[Bug 599782] Re: Other category displays everything

 

Needed functionality has landed in Zeitgeist trunk and will be part of
the imminent 0.4.1 release. When we have that this bug will be an easy
fix (doing what is described in 1) above).

** Changed in: zeitgeist
       Status: New => Fix Released

-- 
Other category displays everything
https://bugs.launchpad.net/bugs/599782
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.

Status in Unity Files Place: Confirmed
Status in Zeitgeist Framework: Fix Released

Bug description:
I noticed that the others category displays everything. This can be solved in 2 ways.
1) Either allow such queries (complex negations over zeitgeist)
2) cache results of "All" and extract the other categories from it and display the remaining files under other.
The first seems to make more sense but will have to be done on the zeitgeist side
The second can be easily done on the daemon side.