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
Hi,
I experienced some problems when using backspace button.
If I search for a string, e.g. "abcd", wait for request to be done, then delete some letters ending with a string with length < _MinChars
e.g.
_MinChars = 2
search text = "abcd" -> "abc" -> "ab" -> "a"
the request gets sent with query parametes ="a" (which shouldn't, since its lenght is 1) and results gets cached under "ab".
Anyone else experiencing this behaviour?
Maybe timeout should be cleared when query string goes under _MinChar?
The text was updated successfully, but these errors were encountered:
Hi,
I experienced some problems when using backspace button.
If I search for a string, e.g. "abcd", wait for request to be done, then delete some letters ending with a string with length < _MinChars
e.g.
_MinChars = 2
search text = "abcd" -> "abc" -> "ab" -> "a"
the request gets sent with query parametes ="a" (which shouldn't, since its lenght is 1) and results gets cached under "ab".
Anyone else experiencing this behaviour?
Maybe timeout should be cleared when query string goes under _MinChar?
The text was updated successfully, but these errors were encountered: