We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
for some mysterious reason, our transliterations contain the 'other' s
the query:
In [29]: repr(u'author:"Işık, Emre"') Out[29]: 'u\'author:"I\\u015f\\u0131k, Emre"\''
solr record:
In [30]: repr(u'işık, e') Out[30]: "u'i\\u015f\\u0131k, e'" In [31]: repr(u'işık, emre') Out[31]: "u'i\\u015f\\u0131k, emre'"
our transliterations (got \u0326 instead of \u015f):
In [32]: repr(u'isik\,\ emre=>ișık\,\ emre,ișik\,\ emre,ișık\,\ emre') Out[32]: "u'isik\\\\,\\\\ emre=>is\\u0326\\u0131k\\\\,\\\\ emre,i\\u0219ik\\\\,\\\\ emre,i\\u0219\\u0131k\\\\,\\\\ emre'"
In [33]: repr(u'șșş') Out[33]: "u's\u0326\u0219\u015f'"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
for some mysterious reason, our transliterations contain the 'other' s
the query:
solr record:
our transliterations (got \u0326 instead of \u015f):
In [33]: repr(u'șșş')
Out[33]: "u's\u0326\u0219\u015f'"
The text was updated successfully, but these errors were encountered: