zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #00658
[Bug 485966] Re: Using filters (text match / exclusion / etc)
I updated lp:~thekorn/zeitgeist/negation_switch,
* it has wildcard support ('*' is used)
* added logic to Event.matches_template() and Subject.matches_template()
This updates add a new convention to zeitgeist: "*" in fields which
support wildcard queries must be escaped as "\*"
TODO:
* adding helper function to escape "*"
* adding more tests
* documenting "!" and "*"
--
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