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

Backoffice advance search filter now showing up when applied from code

0 Kudos
355

I needed to customize the backoffice search to show filtered data (only those entries that got created today) on load of item types in backoffice. For this I have extended method doSimpleSearch of AdvancedSearchController controller class.
There I have set this filter in the searchQueryData, and in backoffice upon load or empty simple search, this filter is getting applied and the filtered data is displayed.
But when I am checking in the advanced search widget section, I am not seeing the filter getting appended. it is only coming when I am trying to add any new filter there.

How can I make the advanced search filter area refresh after this operation so that, it doesn't make a bad user experience?

Accepted Solutions (0)

Answers (0)