Hello, guys.
We are migrating from the Web GUI to the Universal GUI. We are making the necessary tests for this and already upgraded the SF from 2024.2 to version 2025.3 and Universal and Indicium to version 2026.2.12.
According to the release notes of version 2026.2.11 the filtering on a lookup display column with a data type other than VARCHAR should be working but in our case it is not.
The look up display field domain is BIGINT and the field that is being looked up is INT , also the look up is on a table variant.
Table variant:

Column where the look up is configured:

Look up configuration:

The issue is: OData query is created with a single quote (‘) and this results in a bad request. If we try the same request but without the single quotes it works properly.
Universal/Indicium generated OData query:

Self-made query removing the quotes


