Page MenuHomePhabricator

Support queries containing non-latin strings
Closed, ResolvedPublic

Description

When I use a non-latin string in a query, it apparently fails to match properly. An example of queries containing non-latin strings is:

USE jawiki_p;
SELECT page_title FROM page
WHERE page_title LIKE "%ウィキペディア%";
<!-- should return 1569 rows, but returns 2 (exact numbers may change) -->


Version: unspecified
Severity: normal

Details

Reference
bz69786

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:28 AM
bzimport added a project: Quarry.
bzimport set Reference to bz69786.
bzimport added a subscriber: Unknown Object (MLST).

Fixed now! http://quarry.wmflabs.org/query/295 is same query and returns Resultset (1569 rows)