eldar icon indicating copy to clipboard operation
eldar copied to clipboard

Boolean text search in Python

Results 2 eldar issues
Sort by recently updated
recently updated
newest added

You need to add unidecode to setup.py/add unidecode as a dependency so it installs when users install eldar. Right now it does not install and eldar throws a "missing dependency"...

Hi, There is an issue with the match_word arg. If match_word=True, it will not be able to handle multi-words, but able to handle short words. ```python import eldar eldar_query =...