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.
We have same problem. Is anybody know how to set query crtieria for either BlogType.UserBlog or BlogType.General?
We solved it likes this, it works
I am trying to extract all entries of either BlogType.UserBlog or BlogType.General. But it seems like it is only possible to query one type at a time. This is a problem as I would like to leave the sorting etc. which I cannot do if I have to extract two EntryCollections and add them together. Besides that there is issues with paging as well if I have to add two collections.
Have any of you guys any ideas?