postlund / search-card

Quickly search for entities from a Lovelace card.
MIT License
104 stars 13 forks source link

Feature Request - Intellij like searching #8

Open rdehuyss opened 5 years ago

rdehuyss commented 5 years ago

Now that we can search on Friendly Name, would it be possible to use Intellij like/CamelCase searching?

Example: I have some lights named as follows:

It would be great that when typing S1L1 it would immediately show entity Slaapkamer 1 Licht 1.

More Info: https://dzone.com/articles/using-camelcase-intellij-idea

postlund commented 5 years ago

Would likely be possible. I would suggest to make the search code more general and allow different modes, handled by a setting. That way you can choose how search is performed according to your needs.