searching with subject_storage in template is not working
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Zeitgeist Framework |
Fix Released
|
Wishlist
|
Seif Lotfy |
Bug Description
I've just added a testcase to lp:zeitgeist which shows that a template like
template = Event.new_
returns all events, instead of only all events with subject_
There are two ways to fx this bug:
1.) implement searching for subject_storage
2.) raise an ValueError if we do not support such kind of queries
suggestions?
Markus Korn (thekorn) wrote : | #1 |
I think that we want to support this at some point. Maybe we should just throw an exception for now and then target the feature for 0.3.5 (ie /not/ for 0.3.4)
Markus Korn (thekorn) wrote : | #3 |
Ok, zeitgeist is not raising a ValueError if someone tries to query on storage, I'll let this bug open so we can implement support for this field in the future.
-------
revno: 1471
committer: Markus Korn <email address hidden>
branch nick: trunk
timestamp: Fri 2010-05-14 13:54:52 +0200
message:
Raise a ValueError if someone tries to query by storage field, this feature
might be added in the future (LP: #580364)
-------
Changed in zeitgeist: | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
Changed in zeitgeist: | |
assignee: | nobody → Seif Lotfy (seif) |
Seif Lotfy (seif) wrote : | #4 |
commited fix in branch https:/
Changed in zeitgeist: | |
status: | Triaged → Fix Committed |
Changed in zeitgeist: | |
status: | Fix Committed → Fix Released |
you can run this testcase in lp:zeitgeist by running
test/ engine- test.py ZeitgeistEngine Test.testBug580 364