From: Cody Burleson <cburleso(a)us.ibm.com>
Reply-To: xwiki-users(a)objectweb.org
To: xwiki-users(a)objectweb.org
Subject: Re: [xwiki-users] Limiting XWiki search to the current space
Date: Sat, 3 Sep 2005 16:05:09 -0400
Could you please share the code of the changes to the main search page
that look for the parameter whjen you get time?
==================================
Cody Burleson
"Stephen Schaub" <stephen_schaub_88(a)hotmail.com>
09/03/2005 02:34 PM
Please respond to
xwiki-users(a)objectweb.org
To
xwiki-users(a)objectweb.org
cc
Subject
Re: [xwiki-users] Limiting XWiki search to the current space
That worked for me.
I added the following to the search form in the main XWiki/Toolbar page:
<p><input type="checkbox" name="scope"
value="space"
checked="checked">This
space only
<input type="hidden" name="space"
value="${doc.getWeb()}">
Then I revised the Main/WebSearch page to retrieve the space parameter and
modify the search SQL accordingly. Works very nicely!
Stephen
From: Ludovic Dubost <ludovic(a)xwiki.com>
Reply-To: xwiki-users(a)objectweb.org
To: xwiki-users(a)objectweb.org
Subject: Re: [xwiki-users] Limiting XWiki search to the current space
Date: Sat, 03 Sep 2005 20:11:20 +0200
This would not work because the current space would always be 'XWiki'.
You
>would need to pass a param to the WebSearch page to give the current
>space..
>That would mean modifying the link to WebSearch by adding ?space=$doc.web
>
>(The current space is the 'web' field in a document)
>
>Ludovic
>