Skip to content

Commit

Permalink
add open search references to docs (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat authored Mar 16, 2023
1 parent 55c3077 commit cb87826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ There are several data- and index providers available:
### Index Provider
- [Lucene Search](https://github.com/dachcom-digital/pimcore-dynamic-search-index-provider-lucene) | Use the php lucene index. Not super-fast but comes without any dependencies but php
- [Elastic Search](https://github.com/dachcom-digital/pimcore-dynamic-search-index-provider-elasticsearch) | Index data with an elasticsearch instance.
- _apisearch.io_ | _coming soon_
- [Open Search](https://github.com/dachcom-digital/pimcore-dynamic-search-index-provider-opensearch) | Index data with an opensearch instance.

## Installation

Expand Down
1 change: 1 addition & 0 deletions docs/30_OutputChannels.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ options for the output channel go here

Check out the following implementations of `OutputChannelInterface`:
- [SearchOutputChannel](https://github.com/dachcom-digital/pimcore-dynamic-search-index-provider-elasticsearch/blob/master/src/DsElasticSearchBundle/OutputChannel/SearchOutputChannel.php) of `pimcore-dynamic-search-index-provider-elasticsearch`
- [SearchOutputChannel](https://github.com/dachcom-digital/pimcore-dynamic-search-index-provider-opensearch/blob/main/src/DsOpenSearchBundle/OutputChannel/SearchOutputChannel.php) of `pimcore-dynamic-search-index-provider-opensearch`
- [SearchOutputChannel](https://github.com/dachcom-digital/pimcore-dynamic-search-index-provider-lucene/blob/master/src/DsLuceneBundle/OutputChannel/SearchOutputChannel.php) of `pimcore-dynamic-search-index-provider-lucene`

0 comments on commit cb87826

Please sign in to comment.