Queue search text containing merge syntax does not update as model data changes When the text specified for a Queue search text contains merge syntax, the search text is not updating as the model data changes.
This is similar to https://community.skuid.com/t/queue-labels-do-not-update-when-model-data-changes?rfm=1&am…. That issue was dealing with item display but this is the same issue just specific to search text.
Notes
The Queue header text does properly update when merge syntax is used.
This stems from the issue posted at https://community.skuid.com/t/queue-component-title-search-labels-template-string-not-cha…
Due to the issue at https://community.skuid.com/t/mustache-triple-braces-results-in-components-not-updating-w…, it is necessary to use double-brace syntax for merge even though it would be more appropriate to use triple-brace here because when displaying a value in a header, you would not want an nx-field rendered, just the number.
Steps to reproduce:
Create page using XML below
Preview page
Expected Behavior
Queue header text & Search text sho