Attachment 'advanced_s.patch'
Download 1 diff -r fc4e32fdd922 MoinMoin/theme/__init__.py
2 --- a/MoinMoin/theme/__init__.py Sun Dec 14 14:05:32 2008 +0100
3 +++ b/MoinMoin/theme/__init__.py Mon Dec 22 09:54:34 2008 +0100
4 @@ -760,10 +760,14 @@
5 html = u'''
6 <form id="searchform" method="get" action="%(baseurl)s/%(pagename_quoted)s">
7 <div>
8 +<input type="hidden" name="advancedsearch" value="1"
9 <input type="hidden" name="action" value="fullsearch">
10 <input type="hidden" name="context" value="180">
11 +<input type="hidden" name="excludeunderlay" id="excludeunderlay" value="1">
12 +<input type="hidden" id="nosystempages" value="1" name="nosystemitems">
13 +<input type="hidden" name="historysearch" id="historysearch" value="1">
14 <label for="searchinput">%(search_label)s</label>
15 -<input id="searchinput" type="text" name="value" value="%(search_value)s" size="20"
16 +<input type="text" name="and_terms" value="%(search_value)s" size="20"
17 onfocus="searchFocus(this)" onblur="searchBlur(this)"
18 onkeyup="searchChange(this)" onchange="searchChange(this)" alt="Search">
19 <input id="titlesearch" name="titlesearch" type="submit"
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.