zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #00609
[Bug 485966] Re: Using filters (text match / exclusion / etc)
> Any comments?
Yes :-)
We also need to support matching semantics in the
Event.matches_template() method. If FindEventIds() and
Event.matches_template() do not line up 100% then monitors installed
with InstallMonitor() will not coincide with the Find* results.
There is also the open request to have prefix-queries. This could be
done by appending (or prepending, for cohenrency?) a * to the template
field. This again raises the problem of integrating this with the !
operator. If the branch is merged without prefix-support then we should
open a separate ticket on this
--
Using filters (text match / exclusion / etc)
https://bugs.launchpad.net/bugs/485966
You received this bug notification because you are a member of Zeitgeist
Developers, which is the registrant for Zeitgeist Framework.
Status in Zeitgeist Framework: In Progress
Bug description:
- How can I get all events except those with interpretation VISIT_EVENT?
- In case you give me above the awful answer "looking for all interpretations except VISIT_EVENT", how can I get all events except those from application "firefox.desktop"?
- How can I get all those events whose URI ends with "myfile.txt"?
- And those events whose title contains "zeitgeist"?
References