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

Merge multiple AJAX requests #23

Open
ProLoser opened this issue Mar 22, 2012 · 0 comments
Open

Merge multiple AJAX requests #23

ProLoser opened this issue Mar 22, 2012 · 0 comments

Comments

@ProLoser
Copy link

Although it might be necessary to keep track of what search keywords fired off an ajax request so that you may return a cached result (as this could have changed), I DO recommend that you merge all returned result sets together.

I realize there may be an overhead concern with merging larger and larger resultsets, however if you typed in "Jon" and then "Billy" and then "Jon" again, there is no reason you shouldn't immediately start filtering and seeing "Jon" the second time around. This would be instead of discarding the rows every time the chosen widget is closed.

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

No branches or pull requests

1 participant