PS: This works for page name searches
(:input form '{$PageUrl}':)
(:input hidden action search:)
(:input text name:)
(:input hidden q "name={$$name}":)
(:input submit post 'Search Page Name':)
(:input end:)
See: http://www.pmwiki.org/wiki/Test/SearchForm
but the result header text displays as
Results of search for name={$$name}:
still somehow the 'name' field is used and passed on just fine.
But if you use another name for the text input field it does not work.
I don't understand it.
And this will do group name searches, displaying all pages in groups
matching:
(:input form '{$PageUrl}':)
(:input hidden action search:)
(:input text group:)
(:input hidden q "group={$$group}":)
(:input submit post 'Search Groups':)
(:input end:)
~Hans
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users