Flexible Search Hybris
How to search by an Enum value using Flexible Search
If we have an enum as one of the attributes of our ItemType, then searching for it using flexible search requires us to do a JOIN. Since Enum values are stored in the table Enumerationvalue item, we will have to join with that table in our Flexible query. Let’s assume Read more…