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.
I want to create a query that checks if an entity is categorized with any of the categories in ListA AND all categories in ListB. The first part is easily made by adding to query.Categories.Containing.ID.Includes.Values, but how do I add mandatory categories to that same query?
Anyone with a good idea?