fast-autocomplete
fast-autocomplete copied to clipboard
Fast Autocomplete: When Elastcsearch suggestions are not fast and flexible enough
**Describe the bug** Adding a special character (an underscore) to `valid_chars_for_string` does not exclude results which do not have the character in the string, until two misses. **To Reproduce** Initialized...
**Describe the bug** Hi, Can you help me understand this behavior? **To Reproduce** ```python from fast_autocomplete import AutoComplete words = {'xcode': {}, 'xcode version': {}, 'xcode previous version': {}} autocomplete...
Hi there, I have encountered a bug that occurs when the synonym key includes uppercase characters. I use the autocomplete for shows' titles, which have uppercase characters. The problem is...
Can I use fast-autocomplete on web corpus where data is large and there is whole sentences instead of a single word?
One of the feature of the repository, as mentioned in the README, is that >Elasticsearch's Autocomplete suggestor does not handle any sort of combination of the words you have put...
Hello, is there any way to provide autosuggestion based not only by first word? ```python words = {'acura zdx': {}, 'acura abc': {}, 'bmw test': {}, 'bmw coupe': {}, }...
Thanks for the wonderful package. I am exploring if this package can be extended to support typeahead where the phrases can have variables in them. Enumeration all possible values for...
Either fix the CircleCi script or switch to Travis.
Thank you for this nice package. I have been exploring it as a pure-Python solution for some small autocomplete feature in a service I am developing, and I guess that...
Hi, this question may not be only related to the library itself but the whole system structure. In real production, the words source may come from search index and user...