Open FLXNBC opened 1 year ago
Hi @FLXNBC,
Thank you for your question. It depends on the purpose of your use case. You can use the following:
@root.inputQueryText
to display or reuse the query string from the search box{QueryString.<ParameterName>}
as mentioned to the documentationHoping these information will help you
Thanks @Laul0 ! Perhaps, I'm missing something as the tokens seems to work only on the search query configuration and not on the handlebars template.
The @root.inputQueryText works well but only for one parameter, in our case we can have multiple parameters and won't work with the @root.inputQueryText except if we put everything in the same parameter with a separator.
Are you planning the add the helper "getUrlParameter", that exist on pnp modern search, to AEQUOS?
Hi @FLXNBC,
Thank you for your feedback. You can access all Handlebars Helpers + some additional are included in MDV.
We let you know that nothing has been planned yet. We added it to our backlog and the team will prioritize it. This issue will be closed automatically once the helper will be implemented in the solution.
I would like to know if there is a way in Aequos to get querystring parameters in Handlebars template? There is an helper that exist on pnp modern search « getUrlParameter » but looks like it’s not working on Aequos.
Any thoughts?