I am trying to pass the smart search filter parameter to my custom filter webpart.

stark g asked on March 21, 2019 11:41

Hi, I am trying to get the filter parameter value from the smart search filter when postback is done and pass the parameter to my custom filter web part as an argument to process, Is it possible to do with macros available in kentico or is there any other way to send the smart search filter parameter to other webpart when post back is done.

Recent Answers


Roman Hutnyk answered on March 21, 2019 13:02

Your filter keyword should be present in query string. If this is true you might use query string macro like this: {% parameter %}

More details here.

0 votesVote for this answer Mark as a Correct answer

stark g answered on March 21, 2019 13:30

My filter value will not present in the query string, it is auto post back.

0 votesVote for this answer Mark as a Correct answer

Roman Hutnyk answered on March 21, 2019 13:41

I such case try component events.

2 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.