Task #3015
Task #2980: Enable a partially functioning FE and BE if Elastic server does not exist - phase 1
BE: Return the response code "404" in case of indexOnElastic is false from the elastic search api.
Start date:
05/03/2023
Due date:
05/12/2023
% Done:
100%
Estimated time:
1.50 h
Description
Currently, we're sending empty response as {"autocomplete":[],"skipStep":true}
After this implementation, we will send this {"autocomplete":[],"skipStep":true, "errorCode": "404"}