Question
I haveinstalled
ActionTracker? plugin and trying to use.. But when i am trying to search the open items in the same web, SEARCH doesn't return any results though action items exists in "Open" status. below mentioned is the Search I put in the
QueryActionLog? .
===========================
%ACTIONSEARCH{ who="" state="" within="" web="" topic="^.*?.*" }%
===========================
If someone has come across this issue earlier and resolved it.. please let me know..
Thanks in Advance
GobindS?
Environment
--
GobindS - 26 Sep 2006
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
You have searched for actions that have an empty string in the "who" field, nothing in the state field. Was that intentional?
I suspect you have probably tried to copy-paste the action tracker QBE topic, which is broken. Try removing the null fields from the search.
--
CrawfordCurrie - 26 Sep 2006
CrawfordCurrie? ,
Thanks for the prompt response. I just mentioned the format only.
Here is the actual value in the search when used.
%ACTIONSEARCH{ who="%"URLPARAM{"qwho"}%" state="%"URLPARAM{"qstate"}%" within="%"URLPARAM{"qwithin"}%" web="%"URLPARAM{"qweb"}%" topic="^.*?%"URLPARAM{"qtopic"}%.*" }%
And the URL after submission was
http://10.222.18.139/twiki/bin/view/FSLODC/QueryActionItems?qwho=Main.GobindS&qtopic=MeetingMinutes2006x09x18&qstate=open&qwithin=18
Note: one " mentioned just before URLPARAM(after %) is to get show the query parameters correctly.
And We found that it lists if we give the action search the following way by removing qweb, qtopic and qwithin
%ACTIONSEARCH{ who="%"URLPARAM{"qwho"}%" state="%"URLPARAM{"qstate"}%"}%
Can anyone suggest, if you guys come across such issues?
Thanks in Advance
--
GobindS - 26 Sep 2006
I'm not sure what Time::ParseDate will do with a "within" of 18, but I suspect it will default to seconds. So it looks like you are probably looking for actions opened within the last 18 seconds.
When trying to debug a search, the first thing is always to write the search out in full - i.e. eliminate the %URLPARAMs - so you know what to expect.
--
CrawfordCurrie - 11 Oct 2006
Closing after more than 30 days...
--
PeterThoeny - 28 Nov 2006