All in all, the recent support of UUIDs has broken some of our workflows.
Would it be possible to only check for the UUID format, without the version checks…?
search on the value 00000000-0000-0000-0000-000000000000 if you filled with the uuid null value in your database as you mentionned. I’ll tell you when the issue will be solved (should be today).
Basically, we used to often search or filter by id in various parts of the UI (segments, ad-hoc filters, etc…).
Since recently, it’s been impossible to search by ID due to the issue mentioned in this post.
All IDs in our database are either nil UUIDs or random ones, which only respect the general format (8 characters dash 4 characters dash 4 characters etc…) and not a specific version.
Replacing all our IDs is of course impossible, so we currently can’t use any ID-related feature on the forest front-end.
If nothing else, I’d prefer to avoid changing ID types to strings in the forest backend to stay close to our actual data types.