zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #01032
[Bug 485966] Re: Using filters (text match / exclusion / etc)
Just for the record: +1 for case sensitivity. We don't wanna go down the
case-insensitive route. That's for full text indexers as it's generally
not as simple as that (far from it in fact). Fx. how about
transliteration? For instance - does 'û' match 'u' (apply the same logic
for all unicode glyphs ad nauseum)? So I am all for strict prefix
matching.
--
Using filters (text match / exclusion / etc)
https://bugs.launchpad.net/bugs/485966
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.
Status in Zeitgeist Framework: Fix Released
Status in Zeitgeist Framework 0.3 series: Fix Released
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