Search issues with unicode uppercase symbols
Created by: mr-dxdy
Example:
issue = create(:issue, title: "привет")
Issue.search('Привет').count
# => 0
Created by: mr-dxdy
Example:
issue = create(:issue, title: "привет")
Issue.search('Привет').count
# => 0