Actions
Improvement #30582
openImprovement #29635: Code Review, Upgrade and changes in Prompt of Email Boat
Optimization: Utilize API's Native IsDirect Filter & Deprecate Local Direct Flight Check
remarks:
DB Changes:
Keys & Permissions:
Areas Affected:
Files Changed:
Description
The current implementation of our flight search logic performs the "Direct Flight Only" filtering locally within filterService.js. However, the API payload supports a native SearchConfig.IsDirect: true parameter.
Actions