**System Information**
Operating system: Windows-10-10.0.18362-SP0 64 Bits
Graphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 452.06
**Blender Version**
Broken: version: 2.91.0 Alpha, branch: master, commit date: 2020-09-09 00:05, hash: `rBb8840c105a4e`
**Short description of error**
expand functionality in the outliner doesnt work when using the outliners search functionality if I search for something in the blend data, then it’s because I need to look inside it. At the moment, once I’ve searched and have my result listed, I can’t look inside (expand) the result.
Say for example I have a material called very_simple, and I want to check what links it holds. I have hundreds of materials, so I use the search box to bring up just that material by typing ‘very_simple’ into the search box (I’m in the outliners blend data mode of course). When I press enter on the keyboard the outliner changes to show only the material named ‘very_simple’. It is collapsed (not expanded). So I need to expand it in order to see the nodetree.links section. There’s a little arrow to the left of the material name, the arrow is supposed to expand the material to allow the user to see its contents (in this case a list of nodes It has in its node tree, links, material settings, custom properties etc). The problem is if you click the arrow it doesn’t work. This is problematic because you can’t see what’s inside the search result, so the only thing the search functionality is useful for is confirming if something exists in the blend data.
**Exact steps for others to reproduce the error**
go to blend data mIn outliner switch Display Mode of outlinerto Blender File
typeType in the name of a scene material
inIn the results try and expand one them by clicking on the triangle to the left of the result.
Makes the search functionality useless, because you have to clear the search box and then manually look for the entry if you want to do anything more than look at it.