Locate Entity by feature property

Can I search entity by feature property in 3dtiles?

If so, how?

This thread has some information about, given a specific tile/feature, how you’d fly the camera to it:

https://groups.google.com/d/msg/cesium-dev/Xsbvl3Q_WdQ/M_EZbLEbFQAJ

And this one talks about searching through the tileset to find a particular feature:

https://groups.google.com/d/msg/cesium-dev/HpJ6OFDAFg8/mntcUi-rBAAJ

Can you tell me a bit more about your use case or application? If it’s a common operation you’re doing often at runtime, I wonder if it’d be worth computing like a reference table during tileset creation so it can be looked up easily at runtime.