At.js icon indicating copy to clipboard operation
At.js copied to clipboard

Suggestions disappear as soon as a 'space' is encountered

Open TheBigK opened this issue 6 years ago • 3 comments

Thank you for this awesome suggester. Is there any way to search records with spaces? For example, on my setup, we've firstname' lastname` , with a space in between. Right now, I do get perfect suggestions when someone enters -

@ron -> suggests: Ronaldo Wayne, Ronan King etc. but as soon as I enter -

@ronaldo w -> the suggestions disappear.

Would really appreciate if someone can help fix this issue. Thank you for your time!

TheBigK avatar Jul 01 '18 14:07 TheBigK

@thebigk then the suggestion list will be opened on every time you hit space. This can't be done.

TunaYagci avatar Jul 22 '18 05:07 TunaYagci

Thank you for your response. But I've seen this working. This needs to work only when the suggestions are already being shown, not all the time.

TheBigK avatar Jul 22 '18 06:07 TheBigK

It is certainly doable but hard to implement. Whole strategy relies on finding the last space.

TunaYagci avatar Jul 22 '18 06:07 TunaYagci