FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.64k stars 343 forks source link

Make search in World Viewer smarter #372

Closed mrDIMAS closed 1 year ago

mrDIMAS commented 1 year ago

Currently, search functionality in World Viewer is dead-simple - check for almost exact match (lowercase) for search phrase in name of every node. While this covers 90% of use cases, sometimes it is still not enough. I propose adding at least search by multiple words, any other ideas are welcome.