Skip to content

Bug fix: E coli search error

Jon Keatley requested to merge jk_e_coli_fix into master

This MR contains two changes

  1. It adds a check for error in the EBI search response and passed the non-200 response code through to the client
  2. It adds protection from single character search terms and zero length wild card terms

These changes should resolve the recently discovered 'e coli' bug and surface any currently undiscovered errors to the client as non-200 responses

Merge request reports