Constellation Grid: Search Values for Urgency and Date fields filtering is not working as expected

Hi team,

We have identified an issue with the OOTB Constellation table components in Pega Infinity '25.1.2 (using Pega Customer Service for Financial Services Constellation '25.1.1).

Issue: When a user applies a search filter to a grid widget on their dashboard (e.g., My Work queues), the filter works perfectly. However, if the user tries to search CaseID on the search bar it shows perfectly, but when it comes to Urgency value and Date it doesn’t show the results. can we expect this as an expected behaviour."

Steps to Reproduce:

  1. Navigate to My Dashboard.
  2. On the “My work queues” widget, enter a value in the search field [e.g., 28 July 2026 / 10(Urgency)] and click on the search icon.
  3. Observe the table it doesn’t fetch the results for the requested ones.

It appears the local state of the search parameter is not being passed to the search bar. Is this a known bug in this release, and is there a recommended patch or configuration to persist the search state?

In Constellation’s OOTB table performs text-based string matching only. It does not natively support:

  1. Date/DateTime fields — Values like 28 July 2026 are stored internally as timestamps, so plain-text searches won’t match.

  2. For urgency, it was functioned as expected. Please refer to attached video.