Open JordanReiter opened 7 years ago
Currently if the value for a field is null, attempting to index the field throws an error:
Uncaught TypeError: Cannot read property 'toLowerCase' of null at searchTokenizer
This fix ignores a field if it is null or empty.
Currently if the value for a field is null, attempting to index the field throws an error:
This fix ignores a field if it is null or empty.