Closed jnthnklvn closed 4 years ago
The search is crashing when the list contains some string that has leading or trailing whitespace and tokenize option is true. The fix calls trim() for each element from list when _analyze is called.
Hey @jnthnklvn, thanks for this PR!
The search is crashing when the list contains some string that has leading or trailing whitespace and tokenize option is true. The fix calls trim() for each element from list when _analyze is called.