You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to #238 however I've noticed some inconsistency in the behavior between local & remote match. I'll reuse the example from #238.
I have spaces in my datums. For instance:
{ value:"apple",tokens:["apple"] }, { value:"great ape",tokens:["great ape"] }
When typing "great" the suggestion returns "great ape". But when typing "great " (with a space), no suggestions are returned.
The main issue here is that I WANT the token to HAVE a space. I don't want this behavior of typing a search like "ap" and getting "great ape" in the results.
If I rapidly type "great " (great with tailing space), the behavior is as described above (no suggestions are shown). However if I type "great" and wait for the remove suggestions to load, and then type a space, the suggestions are shown i.e. once they are cached locally, they will persist.
Without waiting for fix in 0.11 or 1.0, what's the place to patch this?
The text was updated successfully, but these errors were encountered:
This is related to #238 however I've noticed some inconsistency in the behavior between local & remote match. I'll reuse the example from #238.
If I rapidly type "great " (great with tailing space), the behavior is as described above (no suggestions are shown). However if I type "great" and wait for the remove suggestions to load, and then type a space, the suggestions are shown i.e. once they are cached locally, they will persist.
Without waiting for fix in 0.11 or 1.0, what's the place to patch this?
The text was updated successfully, but these errors were encountered: