712b2c0cb82041dc036b5effd1ac674014f1089d
Fixes substring search in company dropdown. The search query was using raw user input instead of the cleansed version that adds a wildcard suffix (e.g. 'dough' -> 'dough*'). Without the wildcard, Solr performs exact token matching, so searching 'dough' would not match 'Doughballs'.
Description
No description provided
Languages
Clojure
90.9%
CSS
4.2%
Sass
2.3%
HTML
1.3%
HCL
0.4%
Other
0.7%