Refactor shared-libs/validations
to call cht-datasource instead of directly querying freetext index
#9653
Labels
Type: Technical issue
Improve something that users won't notice
Describe the issue
Currently, the
share-libs/validations
code is directly querying themedic-client/reports_by_freetext
view index. This index is going away eventually.Describe the improvement you'd like
We should update this logic to just use the new cht-datasource api being added in #9586. Then, the future "under-the-hood" changes to the freetext indexes will be abstracted away from the
shared-libs/validations
code.The text was updated successfully, but these errors were encountered: