From d6ac0d234ae1975f1f900ee08a2cc04e43b45400 Mon Sep 17 00:00:00 2001 From: Rudolf Batt Date: Tue, 12 May 2026 17:07:31 +0200 Subject: [PATCH 1/3] Add first draft for listing of sh integration-plugins --- docs/smartquery/setup.rst | 18 ++++++++++++++++++ docs/smartsuggest/setup.rst | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/docs/smartquery/setup.rst b/docs/smartquery/setup.rst index 19405f1..9d13f08 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 +------------------- + +For some plattforms searchHub SaaS can be connected 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 (POC) + + This plugin is a bit older already, but still usable for older spryker versions or a nice proof-of-concept for newer integration. + URL: https://github.com/CommerceExperts/spryker-searchhub + + Requirements ------------ diff --git a/docs/smartsuggest/setup.rst b/docs/smartsuggest/setup.rst index 5ff404f..b5605e9 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 +------------------- + +For some plattforms searchHub SaaS can be connected 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 (POC) + + This plugin is a bit older already, but still usable for older spryker versions or a nice proof-of-concept for newer integration. + URL: https://github.com/CommerceExperts/spryker-searchhub + + Requirements ------------ From a0f3ccc226f3d1526e304af3c36108238a76ad90 Mon Sep 17 00:00:00 2001 From: cgicgi Date: Wed, 13 May 2026 08:51:49 +0200 Subject: [PATCH 2/3] improved plugin description --- docs/smartquery/setup.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/smartquery/setup.rst b/docs/smartquery/setup.rst index 9d13f08..42c8132 100644 --- a/docs/smartquery/setup.rst +++ b/docs/smartquery/setup.rst @@ -8,7 +8,7 @@ The HTTP/REST headless service is available for all other platforms or when exte Integration Plugins ------------------- -For some plattforms searchHub SaaS can be connected 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. +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:: @@ -17,9 +17,9 @@ For some plattforms searchHub SaaS can be connected through a plugin to minimize Plugin provided and maintained by nuonic URL: https://github.com/nuonic-digital/sw-plugins.nuonic.searchhub - .. tab: Spryker Plugin (POC) + .. tab: Spryker Plugin - This plugin is a bit older already, but still usable for older spryker versions or a nice proof-of-concept for newer integration. + 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 From 1d98800b4d5935990a97daa0fbd46d03d4c0cbb7 Mon Sep 17 00:00:00 2001 From: cgicgi Date: Wed, 13 May 2026 08:52:50 +0200 Subject: [PATCH 3/3] improve plugin description --- docs/smartsuggest/setup.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/smartsuggest/setup.rst b/docs/smartsuggest/setup.rst index b5605e9..b136896 100644 --- a/docs/smartsuggest/setup.rst +++ b/docs/smartsuggest/setup.rst @@ -6,7 +6,7 @@ smartSuggest is a library built on top of Apache Lucene that provides high-quali Integration Plugins ------------------- -For some plattforms searchHub SaaS can be connected 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. +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:: @@ -15,9 +15,9 @@ For some plattforms searchHub SaaS can be connected through a plugin to minimize Plugin provided and maintained by nuonic URL: https://github.com/nuonic-digital/sw-plugins.nuonic.searchhub - .. tab: Spryker Plugin (POC) + .. tab: Spryker Plugin - This plugin is a bit older already, but still usable for older spryker versions or a nice proof-of-concept for newer integration. + 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