Where clause with an array #3387
Unanswered
abdellahrk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello devs, I have this array in twig
and using
|join()
to comma-separate them strips away the keys.With the current structure, it cannot return result when used with where and will only return results if one item has value (like
title => %something%
) and the rest is empty.Am I not getting something right?
Beta Was this translation helpful? Give feedback.
All reactions