Question
If you are using FormattedSearch (together with the TablePlugin) via the
%SEARCH{}% variable then you can sort by column (by clicking on the header) in the result.
Trying to do the same via the
bin/search script fails (sorting not possible)
working:
%SEARCH{"wiki" web="Main" scope="topic" header="| *topic* | *date* | *username* |" format="| $web.$topic | $date | $username |"}%
not working:
<form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%INTURLENCODE{"%INCLUDINGWEB%"}%/">
<select name="web">
%WEBLIST{" <option>$name</option>"}%
</select> web(s)
<input type="text" name="search" size="32" />
<input type="submit" value="Search text" />
<input type="hidden" name="format" value="| $web.$topic | $date | $username |">
<input type="hidden" name="header" value="| *topic* | *date* | *username* |">
</form>
Is there a way to get sorting by column working also via forms and the
bin/search script...
Environment
--
TWikiGuest - 18 Sep 2004
Answer