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

From FollowTheScore
Jump to: navigation, search
Line 36: Line 36:
  
 
== Reply ==
 
== Reply ==
 +
 +
The problem is not the apostrophe but the space char. Replace it by an underscore!
 +
I will add a bugfix which automatically replaces spaces by underscores in catgeorymatch ...
 +
 +
categorymatch=%Test'd funk%:
 +
{{#dpl:
 +
|debug=3
 +
|categorymatch=%'d_%
 +
}}
 +
 +
[[User:Gero|Gero]] 06:41, 2 August 2009 (UTC)

Revision as of 08:41, 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
}}

Reply

The problem is not the apostrophe but the space char. Replace it by an underscore! I will add a bugfix which automatically replaces spaces by underscores in catgeorymatch ...

categorymatch=%Test'd funk%:

Gero 06:41, 2 August 2009 (UTC)