Difference between revisions of "Issue:Categorymatch=with apostrophe"

From FollowTheScore
Jump to: navigation, search
(New page: {{Issue |Type = Bug |Extension = DPL |Version = 1.7.6+ (at least) |Description = categorymatch desn't find cats with ' |Status = open }} == Problem == {{#dpl: |cat...)
 
Line 9: Line 9:
 
== Problem ==
 
== Problem ==
 
{{#dpl:
 
{{#dpl:
 +
|debug=3
 
|categorymatch=Test'd funk
 
|categorymatch=Test'd funk
 
}}
 
}}
 
<pre>{{#dpl:
 
<pre>{{#dpl:
 +
|debug=3
 
|categorymatch=Test'd funk
 
|categorymatch=Test'd funk
 
}}</pre>
 
}}</pre>
Line 20: Line 22:
 
<pre>{{#dpl:
 
<pre>{{#dpl:
 
|category=Test'd funk
 
|category=Test'd funk
 +
}}</pre>
 +
 +
Another one works<br>.
 +
{{#dpl:
 +
|debug=3
 +
|category=Cat d'Test
 +
}}
 +
 +
<pre>{{#dpl:
 +
|debug=3
 +
|category=Cat d'Test
 
}}</pre>
 
}}</pre>
  
 
== Reply ==
 
== Reply ==

Revision as of 06:59, 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 works
.

{{#dpl:
|debug=3
|category=Cat d'Test
}}

Reply