Open brailateo opened 8 years ago
Emitting string with diacritics crashes server
def fun(doc): if doc.get('tip') == 'TD': yield doc.get('def'),"şţăâîŞŢĂÂÎ"
Thanks for the feedback! The query server is being reviewed right now in #276, hopefully this can be addressed there.
Emitting string with diacritics crashes server