Assets - AQL with Group HAVING user function is not working as expected

XMLWordPrintable

    • 1
    • Severity 3 - Minor

      Issue Summary

      When there are multiple users created with one username being the substring of other username. Then, the function returns true only if both the users are part of the group that the user is searching for.

      Steps to Reproduce

      1. Create a user with username test, email test@test.com, assign to "groupA"
      2. Create a user with username test2, email test2@test.com, assign to "groupB"
      3. Set an object Group attribute to "groupA"
      4. Perform AQL search with Group HAVING user(test)

      Expected Results

      The object containing groupA should be returned as part of search results.

      Actual Results

      The object is not returned in the search results.

       

      Workaround

      Currently, there is no known workaround for this behavior. A workaround will be added here when available.

            Assignee:
            Tripta Kaur
            Reporter:
            Naveen Ravi
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: