Difference between revisions of "Issue:Categorymatch=with apostrophe"
From FollowTheScore
| Line 24: | Line 24: | ||
}}</pre> | }}</pre> | ||
| − | Another one | + | Another one<br>. |
{{#dpl: | {{#dpl: | ||
|debug=3 | |debug=3 | ||
| − | | | + | |categorymatch=Cat d'Test |
}} | }} | ||
<pre>{{#dpl: | <pre>{{#dpl: | ||
|debug=3 | |debug=3 | ||
| − | | | + | |categorymatch=Cat d'Test |
}}</pre> | }}</pre> | ||
== Reply == | == Reply == | ||
Revision as of 06:00, 2 August 2009
| Description: | categorymatch desn't find cats with ' |
| Extension / Version: | DPL / 1.7.6+ (at least) |
| Type / Status: | Bug / open |
Problem
{{#dpl:
|debug=3
|categorymatch=Test'd funk
}}
This doesn't find Muha Test 2. While category= does.
{{#dpl:
|category=Test'd funk
}}
Another one
.
{{#dpl:
|debug=3
|categorymatch=Cat d'Test
}}