{ "id": "124504", "key": "TIMOB-16144", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": null, "resolutiondate": null, "created": "2014-01-08T01:00:58.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "SupportTeam" ], "versions": [ { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "issuelinks": [], "assignee": null, "updated": "2018-02-28T20:03:15.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "h4. Problem Description\r\nThe user needs to search in SQLite for a string like ängs, his SQLite contains the word Ängs, which should be a match, since he used LIKE. In the iOS simulator, he gets 0 rows as result. \r\n\r\n\r\nh4. Workaround \r\nRight now we requested him to search for ängs and Ängs in order to find the matches. \r\n\r\nh4. Extra info\r\nFrom this item:\r\n\r\nhttp://stackoverflow.com/questions/10356062/how-to-deal-with-accented-characters-in-ios-sqlite\r\n\r\nappears that the LIKE function can be overwritten in order to support upper/lower case queries in non ASCII chars. \r\n\r\nh4. Community issue\r\nhttp://developer.appcelerator.com/question/161275/sqlite-query-with-\r\n\r\n", "attachment": [], "flagged": false, "summary": "iOS: SQLite doesn't support LIKE for non ASCII chars", "creator": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "subtasks": [], "reporter": { "name": "mpmiranda", "key": "mpmiranda", "displayName": "Mauro Parra-Miranda", "active": true, "timeZone": "America/Mexico_City" }, "environment": "MobileSDK 3.2.0\r\niOS 7", "comment": { "comments": [ { "id": "287277", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This is not native functionality, so moving to a feature request.\n\nFrom what I understand, we would implement option #2 from the top answer in the StackOverflow post, and effectively allow for a new \"unaccented\" SQL function users could take advantage of. Is that correct?", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-01-08T21:10:11.000+0000", "updated": "2014-01-08T21:10:11.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }