If class contains nullable property (example sbyte?) the query does not work!!! For Example: I have class with property unit.room_count (sbyte?). The final query should look as follows ...unit.room_count:
{...}but query look as room_count:
{..}.
In attache contains the correct version of the query. Bug1.png then room_count as sbyte?. Success.png then room_count as sbyte.
- is related to
-
CSHARP-1919 Filter builder Where method with nullable Enum value doesn't render correctly
- Closed