tino_kissig
Active Participant
Member since ‎2019 Aug 08

User Statistics

  • 120 Posts
  • 13 Solutions
  • 5 Kudos given
  • 6 Kudos received

User Activity

Hi experts! Maybe I'm missing something but I did not found a solution on how to create 2 separate configurations for: 1. all full text searches 2. all category browsings Problem is that configurations on the category "Default" in Category Aware Se...
I tried to implement a ConfigurationListener as suggested here. Unfortunately my listener isn't called on changing the configuration via the hybris administration console. As far as I can see there is a ConfigChangeListener within de.hybris.platform....
So I've extended UserPriceGroup to hold an additional attribute: <itemtype code="UserPriceGroup" autocreate="false" generate="false"> <attributes> <attribute type="Currency" qualifier="currency"> <persistence type="propert...
I'm calling DefaultSetupSyncJobService#executeCatalogSyncJob within my own AbstractJobPerformable have enabled logging to file. As soon as the catalog sync job is finished the following Exception is thrown: java.lang.IllegalStateException: current l...
We try to figure out how to implement/configure the Solr fulltext search to fit the following requirement: If the the customer puts in the search term e.g. "pants red" the search should only find all the products where each term has been found in any...