Finding all external references to an object (EARLY BETA) The script I present today is designed for finding the references for any particular item in hybris. It can be useful if you want to figure out if the product or… Read More »
Situation I am still working on overcoming hybris’ limitations. Today’s topic is about personalized catalogs. In one of the previous blog posts, I talked about personalized prices for 500,000 customer groups. This time I want to tell you about personalized… Read More »
Situation Hybris search is designed primarily to deal with products. There are no content page search capabilities in hybris. Hybris uses Apache SOLR for search. Using SOLR allows hybris to introduce such features as facet search, fuzzy search, and search-based category pages. Solr’s basic… Read More »
Situation SAP hybris works with Apache SOLR to provide enhanced product search capabilities. There are two SOLR modes: indexing and search. In the indexing mode hybris fetches new products from the database and sends them to SOLR to index. Complexity This… Read More »