A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Hi,
I need to find all objects which doesn't have any categories.
At the moment I've tried something like this:
query = query.Filter(x => x.SearchCategories.IsNull().Match(true));
But it doesn't work. Is it possible to search for null values?