London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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?