zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #01010
[Bug 580364] Re: searching with subject_storage in template is not working
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 <thekorn@xxxxxx>
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
** Changed in: zeitgeist
Importance: Undecided => Wishlist
--
searching with subject_storage in template is not working
https://bugs.launchpad.net/bugs/580364
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.
Status in Zeitgeist Framework: Triaged
Bug description:
I've just added a testcase to lp:zeitgeist which shows that a template like
template = Event.new_for_values(subject_storage="xxxx")
returns all events, instead of only all events with subject_storage="xxxx".
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?
References