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
Patient search has been implemented in way that speeds up searches fo…
…r AMPATH.
The following things have been done to achieve the improvement
1. Names and identifiers are searched separately
2. Code assumes mysql which implements case insensitive search by default.
Here Hibernate Restrictions.ilike() has been replaced by Restrictions.like()
3. Attribute searches are completely ignored.