Hey all.
So here's my latest question...
I am trying to create a view which is based on taxonomy term filters. The filter must create a view which displays "news + disability + health + mental health" on one page. That's easy, i guess.
But it also must display results that match news (absolutely) and any one of those terms. It must not require that all three terms (disability, health and mental health) be present.
I notice that it stated on the Views module main page that it is only capable of ANDing results, so I won't ask if it can do OR's, cause it can't. :-( This is my problem, I think.
I would really be curious to know if it's possible to generate such a view. This view must be available as both a node and a page, which is why views is perfect, except that it won't let me pull these results.
So, in short:
- Can someone confirm that I just can't do this with the Views module, just in case I missed something?
- Is there some way I can write in some code into a filter to make this happen? (it's really important for this anti-poverty advocacy site I am working on)
- Has anyone already written something I can use?
- Will there be a new version of views which is able to filter results in a less discriminate manner?
Thanks so much to all the developers who are working on this module. Out of all of them, it has saved my life the most. Really, it is the best ever, especially 4.7, when combined with the ability to place blocks in the content section. In a couple of years I hope to be good enough to contribute code too, but so far I am still learning.