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

Make elasticsuite use the dummy data provider for search suggestions #127

Merged

Conversation

romainruaud
Copy link
Collaborator

This is a proposal for fixing the issue where a fatal error is thrown on catalogsearch result page on Magento 2.1 EE with module-advanced-search is enabled.

This bug affects the "standard" search result page.

I think this is better to fix it on our side by just declaring a dummy (the default one which does nothing) data provider for search suggestions, instead of asking people to simply shut down the Advanced Search module.

=> It's easier for people to not being forced to disable EE module when using our engine.

=> This way, people can continue to use Advanced Search features like Recommendations (even if it is a perf killer, they have the choice to use it if they want).

=> We will be able to switch to our custom implementation later without having to say to people "ok now you can re-active module-advanced-search".

Let me know

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

Successfully merging this pull request may close these issues.

2 participants