Nguyễn Văn Viên
Nguyễn Văn Viên
Here is the all of fields from ACF plugin for Wordpress, then you can check it out: https://www.advancedcustomfields.com/resources/
I have to declare explicitly like this for it to work: ```typescript @FilterableField(() => [String], { allowedComparisons: ['eq', 'neq', 'in', 'notIn'], }) scopes: string[]; ```
> And if you add the nullable property again? > > Scott yes
How to support array of embed documents?
@doug-martin Can you help me to answer this question? I need it urgent.
@smolinari How can I filter with array of embed documents?
@smolinari OK. Let me explain. I have a user entity that allow users can add more their emails. And I want to to query the user with the emails that...
Hi @pi0. I'm using node version 16.6.2