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

Emit fetch call with parameters faster #2

Open
ddvlanck opened this issue Aug 21, 2018 · 0 comments
Open

Emit fetch call with parameters faster #2

ddvlanck opened this issue Aug 21, 2018 · 0 comments
Labels
enhancement New feature or request minor

Comments

@ddvlanck
Copy link
Collaborator

ddvlanck commented Aug 21, 2018

Right now, in the FullTextSearchHandler the fetch call for the URL with the parameters is executed in the onEnd method of the class.

It would be better if somehow the required parameters are detected. Each time a new key is detected, a check is done if all keys are found. In that case the fetch call could be executed much faster.

@ddvlanck ddvlanck added the enhancement New feature or request label Aug 21, 2018
@ddvlanck ddvlanck added the minor label Aug 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request minor
Projects
None yet
Development

No branches or pull requests

1 participant