contentbylabel operator=AND performs like an OR

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium
    • 2.5.5
    • Affects Version/s: 2.5.3
    • Component/s: None

      Steps to reproduce the problem:

      1. Create a page and set the labels:a
      2. Create a page and set the labels:b
      3. Create a page and set the labels:a , b
      4. Run this macro :
        {contentbylabel:a,b|operator=AND|maxResults=10}
        • This works fine. It returns the page where label "a" ,"b"
      5. Run this macro :
        {contentbylabel:a,c|operator=AND|maxResults=10}
        • This macro should not return any results as there is no page with the label "a" and "c"
        • However, it fails and returns all the pages with the label "a" even though there is no page with the label "c"

              Assignee:
              Unassigned
              Reporter:
              Fennie Ng [Atlassian]
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: