This works when inside the search filter, ie the user has opened the search window.
But how can I display this description string outside of the search filter?
I already have a variable with the initial filter expression in JSON format of the filter on my page, and now want the human readable filter expression. The function could even be called before the ajax call is made to the server to pick up the data.
I was hoping to reuse the existing function, rather than cloning the logic into my own custom function…
-
This reply was modified 11 years, 1 month ago by
jdetaeye.