You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have inventory search look at entity description in addition to names (#2582)
Closes#1879 .
At first I tried doing fuzzy search within entity descriptions, just like we currently do for searching in entity names, but subjectively that yielded way too many false positives. The letters of any word you might type in could be found somewhere in almost all entity descriptions. Doing fuzzy search within names but literal substring search within descriptions subjectively seems to yield useful results.
0 commit comments