-
Bug
-
Resolution: Unresolved
-
Medium
-
None
-
4
-
Severity 3 - Minor
-
2
-
Issue Summary
If the referenced object attributes with the same name (e.g "referencedAttr") exist in many object types/child object types. Searching "referencedAttr = xx" could return 500 errors due to the query is executed in large number of object types.
Steps to Reproduce
- Create a parent object type and enable inheritance on the parent.
- Create a reference object type attribute on parent (e.g "referencedAttr")
- Create many child object types (probably more than 100 child)
- Search "referencedAttr = xx"
Expected Results
Return results and respond with 200
Actual Results
Return 500
Workaround
Instead of searching across the entire parent object type, narrow the search to a smaller subset of object types/ child object types.
- mentioned in
-
Page Loading...