Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Autocomplete] Requests and results are not correlated #1189

Closed
durandx opened this issue Jun 13, 2016 · 1 comment
Closed

[Autocomplete] Requests and results are not correlated #1189

durandx opened this issue Jun 13, 2016 · 1 comment
Assignees

Comments

@durandx
Copy link
Contributor

durandx commented Jun 13, 2016

Current behaviour

Request and results are not always correlated. Consider the following events, in that order :

Request 1
Request 2
Response 2
Response 1

The response 1 is used to display the results, whereas the correct response to use should be Response 2. I think the last response received is always considered as the response to use even if does not match the last sent request.

Example:

I've entered "92340" in the autocomplete input, but I got the results for "92" :
20160613-102618-001

Expected behaviour

Please add a way to correlate the request/response in order to ignore all the reponses if it's not the one correponding to the last request.

Versions

Focus-core: 0.15.0
Focus-components: 0.15.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants