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

Ensure catalog requests have the proper type. #398

Merged
merged 1 commit into from
Apr 24, 2017

Conversation

romainruaud
Copy link
Collaborator

This one fixes #392

When using previously Magento\CatalogSearch\Model\Layer\Search\ItemCollectionProvider we were using a Magento\CatalogSearch\Model\ResourceModel\Fulltext\SearchCollectionFactory which was using a Magento\CatalogSearch\Model\ResourceModel\Fulltext\SearchCollection.

This one always had the searchRequestName set to "quick_search_container", even when browsing the catalog.

I replaced it by direct usage of ElasticSuite Fulltext collection, allowing us to have the default value for catalog navigation which is catalog_view_container

@afoucret afoucret merged commit e406ea1 into Smile-SA:2.3.x Apr 24, 2017
@romainruaud romainruaud deleted the fix_catalog-request-type branch April 24, 2017 07:59
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.

2 participants