-
Bug
-
Resolution: Fixed
-
Medium
-
5.12.4, 5.12.6
-
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
- Create a user with username test, email test@test.com, assign to "groupA"
- Create a user with username test2, email test2@test.com, assign to "groupB"
- Set an object Group attribute to "groupA"
- 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.