-
Bug
-
Resolution: Invalid
-
Major
-
4.0M8
-
None
-
None
How to reproduce
- create page
- create article tagged News
- create article tagged Conferences
- add a content digest
- choose the tag News
=> both of the articles show
Now, set the content digest and choose both of the tags News and Conferences
=> you only get the article tagged Conferences whereas you should see the other one too.
=>> I think the problem is that the service looks for contents that are tagged with tag1 AND tag2 while it should look for tag1 OR tag2
no it should look for AND
if you want OR you have to create two contexts
but nevermind since the new search/aggregate service will be more flexible