An open API service indexing awesome lists of open source software.

https://github.com/opengento/magento2-document-product-search

This module aims to make documents searchable with product keywords in Magento 2.
https://github.com/opengento/magento2-document-product-search

document-management document-search magento magento-2 magento-extension magento-module magento-search magento2 magento2-extension magento2-extension-free magento2-module php product-search

Last synced: about 2 months ago
JSON representation

This module aims to make documents searchable with product keywords in Magento 2.

Awesome Lists containing this project

README

        

# Document Module for Magento 2

[![Latest Stable Version](https://img.shields.io/packagist/v/opengento/module-document-product-search.svg?style=flat-square)](https://packagist.org/packages/opengento/module-document-product-search)
[![License: MIT](https://img.shields.io/github/license/opengento/magento2-document-product-search.svg?style=flat-square)](./LICENSE)
[![Packagist](https://img.shields.io/packagist/dt/opengento/module-document-product-search.svg?style=flat-square)](https://packagist.org/packages/opengento/module-document-product-search/stats)
[![Packagist](https://img.shields.io/packagist/dm/opengento/module-document-product-search.svg?style=flat-square)](https://packagist.org/packages/opengento/module-document-product-search/stats)

This module aims to make documents searchable with product keywords in Magento 2.

- [Setup](#setup)
- [Composer installation](#composer-installation)
- [Setup the module](#setup-the-module)
- [Features](#features)
- [Settings](#settings)
- [Support](#support)
- [Authors](#authors)
- [License](#license)

## Setup

Magento 2 Open Source or Commerce edition is required.

### Composer installation

Run the following composer command:

```
composer require opengento/module-document-product-search
```

### Setup the module

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.**

## Features

This module aims to make documents searchable with product keywords in Magento 2.

## Support

Raise a new [request](https://github.com/opengento/magento2-document-product-search/issues) to the issue tracker.

## Authors

- **Opengento Community** - *Lead* - [![Twitter Follow](https://img.shields.io/twitter/follow/opengento.svg?style=social)](https://twitter.com/opengento)
- **Thomas Klein** - *Maintainer* - [![GitHub followers](https://img.shields.io/github/followers/thomas-kl1.svg?style=social)](https://github.com/thomas-kl1)
- **Contributors** - *Contributor* - [![GitHub contributors](https://img.shields.io/github/contributors/opengento/magento2-document-product-search.svg?style=flat-square)](https://github.com/opengento/magento2-document-product-search/graphs/contributors)

## License

This project is licensed under the MIT License - see the [LICENSE](./LICENSE) details.

***That's all folks!***