hzeller / stuff-org

Organize electronic components. Or other stuff.
34 stars 11 forks source link

Added similarity search operator. #23

Closed josephlewis42 closed 3 years ago

josephlewis42 commented 3 years ago

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.

hzeller commented 3 years ago

Cool, thanks!