Description
Describe the bug...
Steps to reproduce
Create a page which uses {{{ } } } for some markup.
- Stick in a category definition inside the braces.
- See it show up in the category search.
Example
{{{ CategoryIgnoreMeIAmADemo
Details
MoinMoin Version |
MoinMoin 1.3.1-RP434 |
OS and Version |
RHEL Linux 2.4.21-15.EL |
Python Version |
2.2.3 |
Server Setup |
Apache 2.0.46 |
Server Details |
MoinMoin as a module. |
Workaround
No known workaround.
Discussion
It depends how you define a category search. If we our built-in category pages and CategoryTemplate do not show this problem, then its fixed.
[[FullSearch(CategoryFoo)]], will find {{{CategoryFoo\n}}}, [[FullSearch(linkto:CategoryFoo)]] will not.
The real solution is to stop use links for categories and use meta data for this.
Plan
- Priority:
- Assigned to:
- Status: Fixed in 1.3.4. Reopen if you disagree.