zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #01823
[Bug 641968] [NEW] querying on LeastRecentActor for a certain subject_uri is not working
Public bug reported:
Scenario: I would like to know which actor touched a file with
uri="home/boo" least recently.
This query should do the job:
>>> template = Event.new_for_values(subject_uri="home/boo")
>>> ids = engine.find_eventids(TimeRange.always(), [template, ], StorageState.Any, 0, ResultType.LeastRecentActor)
However as you can see in the attached script this does always return an
empty result. It looks like LeastRecentActor plus any search template is
not working.
** Affects: zeitgeist
Importance: Undecided
Status: New
--
querying on LeastRecentActor for a certain subject_uri is not working
https://bugs.launchpad.net/bugs/641968
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.
Status in Zeitgeist Framework: New
Bug description:
Scenario: I would like to know which actor touched a file with uri="home/boo" least recently.
This query should do the job:
>>> template = Event.new_for_values(subject_uri="home/boo")
>>> ids = engine.find_eventids(TimeRange.always(), [template, ], StorageState.Any, 0, ResultType.LeastRecentActor)
However as you can see in the attached script this does always return an empty result. It looks like LeastRecentActor plus any search template is not working.
Follow ups
-
[Bug 641968] Re: Querying on LeastRecentActor with event templates doesn't work
From: Siegfried Gevatter, 2010-09-26
-
[Bug 641968] Re: Querying on LeastRecentActor with event templates doesn't work
From: Launchpad Bug Tracker, 2010-09-25
-
[Bug 641968] Re: Querying on LeastRecentActor with event templates doesn't work
From: Launchpad Bug Tracker, 2010-09-24
-
[Bug 641968] Re: querying on LeastRecentActor for a certain subject_uri is not working
From: Siegfried Gevatter, 2010-09-24
-
[Bug 641968] Re: querying on LeastRecentActor and MostRecentActor for a certain subject_uri is not working
From: Markus Korn, 2010-09-23
-
[Bug 641968] Re: querying on LeastRecentActor and MostRecentActor for a certain subject_uri is not working
From: Seif Lotfy, 2010-09-23
-
[Bug 641968] Re: querying on LeastRecentActor and MostRecentActor for a certain subject_uri is not working
From: Seif Lotfy, 2010-09-23
-
[Bug 641968] Re: querying on LeastRecentActor and MostRecentActor for a certain subject_uri is not working
From: Seif Lotfy, 2010-09-23
-
[Bug 641968] Re: querying on LeastRecentActor and MostRecentActor for a certain subject_uri is not working
From: Seif Lotfy, 2010-09-18
-
[Bug 641968] Re: querying on LeastRecentActor for a certain subject_uri is not working
From: Seif Lotfy, 2010-09-18
-
[Bug 641968] Re: querying on LeastRecentActor for a certain subject_uri is not working
From: Seif Lotfy, 2010-09-18
-
[Bug 641968] Re: querying on LeastRecentActor for a certain subject_uri is not working
From: Siegfried Gevatter, 2010-09-18
-
[Bug 641968] Re: querying on LeastRecentActor for a certain subject_uri is not working
From: Markus Korn, 2010-09-18
-
[Bug 641968] [NEW] querying on LeastRecentActor for a certain subject_uri is not working
From: Markus Korn, 2010-09-18
References