Tags:
create new tag
view all tags

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

TWiki version: TWikiRelease04x00x04
TWiki plugins: ActionTrackerPlugin DefaultPlugin EmptyPlugin, InterwikiPlugin
Server OS: UNIX
Web server: Apache
Perl version: 5.8
Client OS: XP
Web Browser: IE
Categories: Plugins

-- GobindS - 26 Sep 2006

Answer

ALERT! If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is 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

Change status to:
Edit | Attach | Watch | Print version | History: r6 < r5 < r4 < r3 < r2 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r6 - 2006-11-28 - PeterThoeny
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.