I'm currently having difficulties with this issue. I have a SearchBar module that passes a value down to a search module. However, I can't find the $searchBar$ token. Instead, the search displays within the $search$ token. Additionally, any search that occurs after the searchbar module is overridden by the initial searchbar search.
true
true
False
$searchBar$ | eval _raw=if(isnull(_raw), "placeholder", _raw)
$searchBar$
... View more