In prior releases, clicking on "Find Patient" from the main screen upper left area would produce a list of all patients if the field was blank/null. Now one must put something in the field otherwise nothing comes up. Was there a reason this was changed, or was it broken and now it is fixed?
If you have a lot of patients, this query takes a very long time, uses a lot of server resources, slows everybody down and produces a not very useful result.
I commited that change as a quick fix since the searching engine does something very weird and recursive at this moment, I’ll fix it some day.
we have 20k patients, and it hangs apache for a long time when you click search with an empty field, even running on 1gig ram, at 1.8mhz
A well built SQL query shouldn’t do that.