Closed ghost closed 3 years ago
@seperman I also have the same question, about using display names and context in suggestions. Kindly share some examples/process through we can implement that.
Hi @aakash-tanwar and @prasadgsk-mindtree I added an example in the readme:
>>> autocomplete.words['acura']
WordValue(context={'make': 'acura'}, display='Acura', count=130123, original_key=None)
>>> autocomplete.words['acura'].display
Acura
Would you pls help as how to use display names?