Search Issue Tracker
By Design
Votes
0
Found in
6000.3.0b1
6000.4.0a1
Issue ID
UUM-115739
Regression
No
Hierarchy V2 Search Query Blocks always operate in Equal mode despite its Operator setting
Steps to reproduce:
- Open the attached project
- Open the SampleScene
- In the Search Window, open the 't=BoxCollider' query
- Observe that it returns 3 Objects from the Scene - 2 Cube objects match since they use BoxCollider, which is an exact match. And a Square since it has the BoxCollider2D component, and the BoxCollider Query Block Operator mode is set to 'Contains'
- In the Hierarchy window, add a search Query Block for BoxCollider
- Right-click on the Block -> Operator and make sure the mode is set to 'Contains'
- Observe Hierarchy results
Actual results: Hierarchy Search Query Block operates in Equal mode despite having its Operator mode set to Contains. This only returns the 2 Cube objects, leaving out the Square object
Expected results: Hierarchy Search Query Blocks return the same results as in the standalone Search Window
Reproducible with versions: 6000.3.0a2, 6000.3.0b1
Can’t test with versions: 6000.0.56f1, 6000.1.16f1, 6000.2.1f1, 6000.3.0a1 (Hierarchy V2 not available)
Reproducible with (OS): macOS 15.6.1, Ubuntu 24.04
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Inconsistent Placement of Search Clear (X) Icon in "Preset Manager"
- Gradient Editor window bottom-right gradient marker color is incorrect
- MaskField tooltips should only display Value when bound
- Reordering Enum Values in VFX Graph Uint Property expands the “Value” field
- Visual Effect Graph sample titles display in non-human-readable format
Resolution Note:
This is a known limitation of the hierarchy window and how we filter across type. we have the same behavior as the old legacy hierarchy which assumed that t:<type> was a PERFECT match.