Open dvorka opened 6 years ago
Checkbox allowing to search w/ space meaning AND operator (i.e. 1st token doesn't have to follow 2nd).
Use Aho-Corasic algorithm for the implementation to make it fast and efficient.
Checkbox allowing to search w/ space meaning AND operator (i.e. 1st token doesn't have to follow 2nd).