Hi,
I'm not sure if this is a bug or if I'm going about it the wrong way. If I filter my view by one node type the view shows results, if however I filter it by multiple node types e.g. "Article", "Basic page" my results disappear.
I've tested both the 'Apache Solr: Node Type human name' and the "Apache Solr: Node Type machine name" with no luck.
Hope all is well,
Evelyn
Comments
Comment #1
nyleve101 commentedis anyone else experiencing this issue?
Comment #2
ygerasimov commentedNow you can do your task (latest dev version).
Add "bundle" filter and in its value you can have boolean logic like: "article OR page"
Marking issue as fixed. Please feel free to reopen if have any further questions.
Comment #4
MickL commentedThe "OR" is case-sensitive and not documentated. It would save a lot of time with some more intuitive seperators working: ",", ";", "or", "OR"