diff --git a/docs/smartquery/setup.rst b/docs/smartquery/setup.rst index 19405f1..42c8132 100644 --- a/docs/smartquery/setup.rst +++ b/docs/smartquery/setup.rst @@ -5,6 +5,24 @@ smartQuery module is delivered as a Java Library. If you’re running on Java, i The HTTP/REST headless service is available for all other platforms or when external proprietary code is restricted. Delivered as public Docker image, it can be deployed on-premise or hosted by searchHub as a service. For optimal performance, we recommend running the service on-premise to minimize latency. The simple JSON API can be easily integrated using a generated OpenAPI client, a custom-built HTTP client, or one of our in-house clients. +Integration Plugins +------------------- + +The major PHP-based platforms (Spryker, Shopware) can be connected to searchHub through a plugin to minimize integration effort. Evaluate if this is a suitable solution for your system and don't hesitate to consult us for advice. + +.. tabs:: + + .. tab:: Shopware 6 Plugin + + Plugin provided and maintained by nuonic + URL: https://github.com/nuonic-digital/sw-plugins.nuonic.searchhub + + .. tab: Spryker Plugin + + Plugin provided and maintained by searchhub. Even if it does not fit to your Spryker version, it still can be considered as a proof-of-concept for custom integration. + URL: https://github.com/CommerceExperts/spryker-searchhub + + Requirements ------------ diff --git a/docs/smartsuggest/setup.rst b/docs/smartsuggest/setup.rst index 5ff404f..b136896 100644 --- a/docs/smartsuggest/setup.rst +++ b/docs/smartsuggest/setup.rst @@ -3,6 +3,24 @@ Setup smartSuggest is a library built on top of Apache Lucene that provides high-quality query and product suggestion capabilities. The Java library can be integrated directly into applications to build a custom suggestion service. Alternatively, it is also available as a ready-to-use HTTP service packaged as a container image. +Integration Plugins +------------------- + +The major PHP-based platforms (Spryker, Shopware) can be connected to searchHub through a plugin to minimize integration effort. Evaluate if this is a suitable solution for your system and don't hesitate to consult us for advice. + +.. tabs:: + + .. tab:: Shopware 6 Plugin + + Plugin provided and maintained by nuonic + URL: https://github.com/nuonic-digital/sw-plugins.nuonic.searchhub + + .. tab: Spryker Plugin + + Plugin provided and maintained by searchhub. Even if it does not fit to your Spryker version, it still can be considered as a proof-of-concept for custom integration. + URL: https://github.com/CommerceExperts/spryker-searchhub + + Requirements ------------