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

fix: Use AppProvidedSearchEngine when extracting the engine configurations for better accuracy. #208

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Standard8
Copy link
Collaborator

This change will make it so that we process the received configuration with AppProvidedSearchEngine and ensure that the values that we display on the UI are the same as the application would have internally.

This also makes it so that we get the URL data at the same time, which simplifies the display mechanism and calls to the back end.

I decided to do this because of the Rust changes, which will slightly change how the engine selector is returning the engine objects. Using AppProvidedSearchEngine will mean the searchengine-devtools uses the correct values from the application, and we won't have to keep it in sync.

I'm also bumping the versions here in preparation for a new release, once we land the current PRs.

…tions for better accuracy.

This change will make it so that we process the received configuration with AppProvidedSearchEngine and ensure that the values that we display on the UI are the same as the application would have internally.

This also makes it so that we get the URL data at the same time, which simplifies the display mechanism and calls to the back end.
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

Successfully merging this pull request may close these issues.

1 participant