Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...


Description: 

This module extends our search function (ElasticSearch) with support for products that are approved for the webshop.
These products are regularly exported to ES-DB with Cronjob and stored for the webshop under an extra index, which can be specified in the settings for the Elastic Search. These fields of the product_template table are exported:

  • Name (German, English)
  • No. (Number)
  • Sales text description (German, English)
  • image
  • list price

When searching in the webshop, only these ES-DB data records are then taken into account and displayed on the hit list.

...