on ‎2018 Aug 30 12:39 PM
Hi,
I was wondering if it is possible to have the same filter button from the product perspective (like the printscreen below), in the assortment perspective:

In the assortment perspective I miss the filter functionality (our business wants to be able to search on specific fields in this view):

Our assortment perspective uses Solr. I am running a Hybris 1808 version locally.
Thanks in advance.
Request clarification before answering.
Hi All,
This is working fine in customize extension when putting this widget ID in your customized widgets.xml
<widget-extension widgetId="pcmbackoffice-assortment-view-firstvessel-fulltextsearch">
<setting key="fieldQueryEnabled" type="Boolean" value="true"/>
</widget-extension>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
There is a fieldQueryEnabled setting for SimpleSearchAndFilters that is set to false in case of assortment view. You can try setting it to true - maybe it will work ootb.
Cheers, Jacek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This works indeed.
I added this in my widget.xml:
<widget-extension widgetId="pcmbackoffice-assortment-view-secondvessel-fulltextsearch">
<setting key="fieldQueryEnabled" type="Boolean" value="true"/>
</widget-extension>
<widget-extension widgetId="pcmbackoffice-assortment-view-thirdvessel-fulltextsearch">
<setting key="fieldQueryEnabled" type="Boolean" value="true"/>
</widget-extension>
And in my backoffice-config.xml I can add aditional fields in the filter using this component: pcmbackoffice-assortment-fulltext-search
Thanks a lot!
Hi,
this is a good improvement. As solr is now available in the Assortment View there are no technical obstacles to do so. I will report this as a backlog entry for my team.
Cheers, Wojtek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.