项目作者: opengento

项目描述 :
This module aims to make documents searchable for customers in Magento 2.
高级语言: PHP
项目地址: git://github.com/opengento/magento2-document-search.git
创建时间: 2020-12-06T17:25:38Z
项目社区:https://github.com/opengento/magento2-document-search

开源协议:MIT License

下载


Document Module for Magento 2

Latest Stable Version
License: MIT
Packagist
Packagist

This module aims to make documents searchable for customers in Magento 2.

Setup

Magento 2 Open Source or Commerce edition is required.

Composer installation

Run the following composer command:

  1. composer require opengento/module-document-search

Setup the module

Run the following magento command:

  1. bin/magento setup:upgrade

If you are in production mode, do not forget to recompile and redeploy the static resources.

Features

This module aims to make documents searchable for customers in Magento 2.
Documents can be searchable if their visibility is set to search.

Documentation

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

Support

Raise a new request to the issue tracker.

Authors

  • Opengento Community - Lead - Twitter Follow
  • Thomas Klein - Maintainer - GitHub followers
  • Contributors - Contributor - GitHub contributors

License

This project is licensed under the MIT License - see the LICENSE details.

That’s all folks!