lyrk / Commons

Resurrecting the Commons App for iOS
Apache License 2.0
14 stars 2 forks source link

Casesensitiv category search #8

Open ubahnverleih opened 9 years ago

ubahnverleih commented 9 years ago

the category search is case sensitiv this makes no sense. I think its an api problem.

ubahnverleih commented 9 years ago

looks like http://commons.wikimedia.org/w/api.php?action=query&list=allcategories&acprefix=Cultural%20Monuments is case sensitiv

ubahnverleih commented 9 years ago

OK the Poblem in the Mediawiki API source: https://github.com/wikimedia/mediawiki/blob/f62bc7536e8c1766ce5a2a616a8b9dcf6046b000/includes/api/ApiQueryAllCategories.php (search for prefix)

ubahnverleih commented 9 years ago

reported problem to mediawiki API https://phabricator.wikimedia.org/T88161

thomersch commented 9 years ago

Wikimedia says WONTFIX. We will have to set up our own searching service.