The used regex to validate UUID values for filter inputs only allows UUIDv1-v5. Hence It is currently not possible to filter for UUIDv7 values which were added with PostgreSQL 18.
sample filter value: 019d6991-4380-76ba-b4eb-35c36b72d7f2 (UUIDv7).
Error message shown: UUID filters must use a valid UUID value.
I will provide a PR shortly 🚀
The used regex to validate UUID values for filter inputs only allows UUIDv1-v5. Hence It is currently not possible to filter for UUIDv7 values which were added with PostgreSQL 18.
sample filter value:
019d6991-4380-76ba-b4eb-35c36b72d7f2(UUIDv7).Error message shown:
UUID filters must use a valid UUID value.I will provide a PR shortly 🚀