BarkingMouseStudio / haste

Open-source implementation of the original quick search for Unity 3D.
MIT License
14 stars 2 forks source link

Allow searching from middle of text #1

Open friuns2 opened 5 years ago

friuns2 commented 5 years ago

Allow searching from middle of text. For example if i have gameobject named ButtonCall, and i search for Call it will not find it.

Also Is there gona be pro version? because its removed from asset store

jimfleming commented 5 years ago

That's a great idea. I'll track down where that change would need to be made if anyone wants to put together a PR.

Also Is there gona be pro version? because its removed from asset store

This is the full source of the Pro version.

EDIT: Though a PR to remove the Pro version flags would be helpful. #2

jimfleming commented 5 years ago

Ensure that the required characters are in the index:

Ensure that we're filtering the index on more than the first character (this should happen automatically if the right characters are indexed):

I believe this was done for performance reasons so I'd definitely check out the test environment: