My team and I are currently designing a desktop application that
contains a search. I have been trying to find out what the magic number
is for displaying search results before the user finally gives up and
enters more criteria to narrow the results. More than likely, these
users know exactly what they are searching for and probably would not
return a list of 10,000 results, but we have decided that we wouldn't
prevent them from doing this.
Our current solution is to display "x" number of results, but inform
them that "x" was found. Does anyone know the magic #?