sjmckee

Results 4 comments of sjmckee

I still don't believe this fixes the issue. Whether the identifier is passed as the name parameter or the identifier, the code in PatientServiceImpl picks one or the other and...

Do you know if the number of queries are reduced after making the change? Sorry, I was hoping to have more time to devote to this.

That change still trickles down to the public List findPatients(String query, boolean includeVoided, Integer start, Integer length) method in HibernatePatientDAO.java, and that method queries by identifier, then name, and then...

Yes. We had around 50,00 patients in our database, and it was extremely slow. Here's the old method in HibernatePatientDAO.java that only queried patients by identifier. This was removed in...