This PR adds the ability to enter "like" queries and a shortcut on the component detail page to find similar components.
I tried to keep consistency with existing code where possible rather than refactoring for a huge diff. I did pull out regex compilations to use MustCompile for initialization safety.
This PR adds the ability to enter "like" queries and a shortcut on the component detail page to find similar components.
I tried to keep consistency with existing code where possible rather than refactoring for a huge diff. I did pull out regex compilations to use
MustCompile
for initialization safety.