We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ignore
1 parent 5bb9e59 commit 64217cdCopy full SHA for 64217cd
redisearch/_util.py
@@ -4,6 +4,6 @@ def to_string(s):
4
if isinstance(s, six.string_types):
5
return s
6
elif isinstance(s, six.binary_type):
7
- return s.decode('utf-8')
+ return s.decode('utf-8','ignore')
8
else:
9
return s # Not a string we care about
0 commit comments