cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to override globaloperator value for simplesearch for bakoffice product cockpit

Former Member
0 Likes
247

Hi,

How to change value of globaloperator ( OR instead of AND) for simple search widget in backoffice . not able to find simple search configuration in OOTB code.

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi,

there is no standard way. Please check the method: com.hybris.backoffice.widgets.advancedsearch.AbstractSearchController#buildQueryData which builds the query. You may try to override it with some custom behaviour in a custom widget.

Cheers, Wojtek

Former Member
0 Likes

Yes agree . This is doing the trick as of now but i didn't like this approach much. I was looking for configuration, if it is there.

Ask a Question