https://bugzilla.wikimedia.org/show_bug.cgi?id=24035

           Summary: #ask returns prop values with space substituted for _
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Semantic MediaWiki
        AssignedTo: [email protected]
        ReportedBy: [email protected]


For example, if I have a property set:

[[propX::this_value]]

It comes back as "this value".  If you then try to use that in a search:

[[propX::this value]]

it does not match.  This is a problem if you do something like this:

{{#ask:[[propX::+]]|?propX}}

You get a list of all pages with the value for propX, some of which will be
"that value".  But if you want to narrow the list by doing this:

{{#ask:[[propX::that value]]|?propX}}

Will return nothing, since those pages actually had propX::that_value

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to