Last modified: 2013-07-14 22:59:10 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T53247, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 51247 - #ask is case sensitive
#ask is case sensitive
Status: RESOLVED INVALID
Product: MediaWiki extensions
Classification: Unclassified
Semantic MediaWiki (Other open bugs)
REL1_20-branch
All Linux
: Unprioritized major (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-07-12 17:13 UTC by krist
Modified: 2013-07-14 22:59 UTC (History)
5 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description krist 2013-07-12 17:13:03 UTC
Special:Ask is case sensitive 
For example
Category:Person]][[Has name::~*r*]]&po=?Has+name">http://localhost/wiki/index.php?title=Special:Ask&q=[[Category:Person]][[Has name::~*r*]]&po=?Has+name ->return 2 items,
but  
Category:Person]][[Has name::~*R*]]&po=?Has+name">http://localhost/wiki/index.php?title=Special:Ask&q=[[Category:Person]][[Has name::~*R*]]&po=?Has+name return nothing("No results.") 

[[Has name::~*R*]] - 0 items,but [[Has name::~*r*]] - 2 items
I configured mediawiki with innodb schema, and utf8 charset table,use MySQL

How to solve this problem?
Comment 1 MWJames 2013-07-14 22:59:10 UTC
Unless the documentation says otherwise, searches (and with it #ask) are case sensitive.

Property values are generally not equalized and stored as found in the wikitext.

Asking for [[Has name::~*R*]] is different from asking [[Has name::~*r*]] therefore results can be but don't have to be equal.

See also Bug 21314.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links