i would need to let the user select if she wants to use the AND or the OR operator between views filters. how would you make Views do this?
the only idea i came up with is creating two blocks, one with the regular view and another one with the OR view. but the user interface is not very elegant... plus, i don't know if they would work or would interfere.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | Picture 1.png | 15.85 KB | vthirteen |
Comments
Comment #1
YK85 commented+1 subscribing, this would be an awesome new feature
Comment #2
vthirteen commentedmy workaround was creating two tabs (one for AND view, the other for the OR view) and switching from one to another. i then worked out the layout with the css file. not a very elegant solution but it works.
Comment #3
YK85 commentedThanks for the workaround idea! I hope someone will be able to develop this feature. Sounds great =)
Comment #4
vthirteen commentedas for customising the layout, it depends on what you want to achieve. see the attached file for my layout, i've been moving block tabs around a little bit.
Comment #5
darren oh