Difference between revisions of "Issue:Incorrect categorymatch"

From FollowTheScore
Jump to: navigation, search
(New page: {{Issue |Type = Bug |Extension = DPL |Version = ? |Description = categorymatch=Test_1 finds also Category:Test-1 |Status = open }} == Problem == categorymatch seems...)
 
m (Problem)
Line 12: Line 12:
 
categorymatch=Test_1 finds pages in [[:Category:Test-1]] AND  [[:Category:Test 1]].
 
categorymatch=Test_1 finds pages in [[:Category:Test-1]] AND  [[:Category:Test 1]].
  
{{#dpl:
+
<pre>{{#dpl:
 
|debug=3
 
|debug=3
 
|namespace=
 
|namespace=
 
|categorymatch=Test_1
 
|categorymatch=Test_1
}}
+
}}</pre>
  
<pre>{{#dpl:
+
{{#dpl:
 
|debug=3
 
|debug=3
 
|namespace=
 
|namespace=
 
|categorymatch=Test_1
 
|categorymatch=Test_1
}}</pre>
+
}}
  
 
== Reply ==
 
== Reply ==

Revision as of 15:45, 28 February 2010

Description: categorymatch=Test_1 finds also Category:Test-1
Extension / Version: DPL   /   ?
Type / Status: Bug   /   open

Problem

categorymatch seems to work incorrectly. At least I woudn't expect it to behave like that.

categorymatch=Test_1 finds pages in Category:Test-1 AND Category:Test 1.

{{#dpl:
|debug=3
|namespace=
|categorymatch=Test_1
}}

Reply