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.
Your filter keyword should be present in query string. If this is true you might use query string macro like this: {% parameter %}
{% parameter %}
More details here.
My filter value will not present in the query string, it is auto post back.
I such case try component events.
Please, sign in to be able to submit a new answer.