Hello,
I’m searching everywhere but can’t find my answer to this simple problem:
How could I say in query:
query: page.images + page.videos
?
Thanks a lot
Hello,
I’m searching everywhere but can’t find my answer to this simple problem:
How could I say in query:
query: page.images + page.videos
?
Thanks a lot
I haven’t tried it but it should work like this:
page.files.filterBy('type', 'in', ['image', 'video'])
It works fine! Thanks!