-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Assets - Schemas - Services
-
None
-
Minor
Issue Summary
When using the Basic Filter to search within a specific Object Type, the results include objects from that type as well as all its inherited (child) Object Types. The filter should be restricted to the specific Object Type selected.
Steps to Reproduce
- Create Object Type A with a few attributes.
- Configure the object Type settings to pass all attributes to child object types (enable inheritance).
- Create Object Type B (Child of A) and Object Type C (Another child of A).
- Create objects inside both Object Type B and Object Type C.
- Navigate to Object Type B and perform a search using the Basic Filter and obeserve that it shows objects to be filtered from Object Type C as well.
Expected Results
- The search object selection should only display objects that belong strictly to selected Object Type.
Actual Results
- Basic search allows filter to select any objects outside of the selected object type.
Workaround
- Use Advanced search AQL to filter objects instead of Basic filter search.