Argument and Term ID Use
If you have a node with a term ID = 101 and another with term ID = 790 at the argument field of the View reference entering 101+790 will display all items with either ID and not the IDs with 101+790 combination. How can we manage this field to be specific to the ID combination?
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot 2023-02-14 at 4.38.40 PM.png | 73.57 KB | marlonshaw |
Comments
Comment #2
anybodyIMHO this issue is a result from #3584133: Add description to the arguments field please help fixing it @marlonShaw.
+ means OR in views, you need to use
101,790for AND.Documentation would be super helpful and who ever decided to use these symbols in views, should rehink that :D