Any update on a better web console search bar?
I would suggest doing a begins with, and if there are empty slots left, doing a contains search and appending those results up to the max results returned.
That would be much more useful but still prevent software from overwhelming mac or other searches.
I modified the search to add contains results for computers and software after the begins results, and it doesn't seem slower for our small (1152 computers) database, but much more useful now.
I also think from analyzing the query that a trick would be to use the % as a wildcard: type in %AIR as a contains search, type in Micro%Viewer two match both words.
I also modified the highlight code to handle % and trailing space characters so matches show up properly.