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"}
Updated by Ayush Khandelwal over 1 year ago
- Subject changed from BE: Return the response code "404" in case of indexOnElastic is true from the elastic search api. to BE: Return the response code "404" in case of indexOnElastic is false from the elastic search api.
Updated by Venmuhilan B over 1 year ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Updated by Venmuhilan B over 1 year ago
- Status changed from Resolved to Feedback
- Assignee changed from Venmuhilan B to Ayush Khandelwal
Updated by Ayush Khandelwal over 1 year ago
- Status changed from Feedback to Closed
Working as expected