This module aims to make documents searchable for customers in Magento 2.
Magento 2 Open Source or Commerce edition is required.
Run the following composer command:
composer require opengento/module-document-search
Run the following magento command:
bin/magento setup:upgrade
If you are in production mode, do not forget to recompile and redeploy the static resources.
This module aims to make documents searchable for customers in Magento 2.
Documents can be searchable if their visibility is set to search
.
You can change the full search behavior by using the collection modifier extension point.
Add you own Magento\Framework\Data\CollectionModifierInterface
implementation to the modifiers list of:
\Opengento\DocumentSearch\Model\Collection\CollectionModifier
Query parameters can be read through: \Opengento\DocumentSearch\Model\QueryData
Raise a new request to the issue tracker.
This project is licensed under the MIT License - see the LICENSE details.
That's all folks!