Attachment 'fullsearch.diff'
Download 1 --- /home/sremington/Downloads/moin-1.9.1/MoinMoin/action/fullsearch.py 2010-01-18 07:49:31.000000000 -0500
2 +++ fullsearch.py 2010-02-26 10:32:52.000000000 -0500
3 @@ -144,7 +144,8 @@
4 word_re = re.compile(r'(\"[\w\s]+"|\w+)')
5 needle = ''
6 if categories[0]:
7 - needle += 'category:%s ' % ','.join(categories)
8 + for category in categories:
9 + needle += 'category:%s ' % category
10 if language[0]:
11 needle += 'language:%s ' % ','.join(language)
12 if mimetype[0]:
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.