caktus / rapidsms-healthcare

A Django/RapidSMS application for managing patient and healthcare provider records in a pluggable fashion.
BSD 3-Clause "New" or "Revised" License
8 stars 8 forks source link

Advanced Filtering #6

Open mlavin opened 11 years ago

mlavin commented 11 years ago

Beyond the initial release there is probably a need for more advanced filtering (<=, >=, in) operations in the API.

mlavin commented 11 years ago

These operations are actually included in #9 but there are no case-insensitive searching/matching. Leaving this case to hold additional filters which might be needed.

mlavin commented 11 years ago

Additional filtering ability which would be helpful to have:

Have to make sure some of these are reasonable to do in the OpenMRS API before we get too crazy.