Search Filter

Search Filter is a (somewhat-functional) dockable inspector search panel for scanning the current selection (and optionally its children), caching a flat row snapshot, and filtering property names/values with clear status hints and a Safe-mode base term you can refine per keystroke.

There might be a few things it doesn't pick up on - complex properties or property accessor types are a pain. But I'm working on this.

Usage
1) Open via View → Search Filter (dockable). 
2) Select an object; choose scope (selected vs children). 
3) Safe mode: type a term and press Enter to set the base; then type to refine within that base. 
4) Live mode: type to filter immediately. 
5) Use the cog for options (mode banners, nested flags, header stats, etc.). 
6) Double-click X to clear results; first click interrupts/clears text.

Features
- Safe mode: set a base term, then refine within those results per keystroke (base chip shown).
- Live mode: updates as you type and when selection changes.
- Cache reuse: selection scans and per-term filter snapshots to speed repeat queries.
- Optional nested RenderOptions flags (enabled by default).
- Clear banners for searching vs no-results, plus header timing/counts (toggleable).

Notes
This tool is not super performant but it's good for searching through dense prefabs or components. I would advise against using it in large scenes, but it should be able to pull it off.