Attachment 'search.patch'
Download 1 --- orig/MoinMoin/search.py
2 +++ mod/MoinMoin/search.py
3 @@ -1014,7 +1014,7 @@
4 if result:
5 if not filter:
6 # Filter deleted pages or pages the user can't read.
7 - if not page.exists() and request.user.may.read(name):
8 + if not (page.exists() and request.user.may.read(name)):
9 continue
10 hits.append(FoundPage(name, result))
11
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.