Open malla794 opened 4 years ago
Flight number should not return with space (" ") Example: For the below request, on website flight displayed as LH 755 and LH 906. Crawler are returning the same flight numbers. But crawler should remove space return flight number as LH755 and LH906
Search request -
{ "airlines": [ "UA" ], "arrivals": [ "LHR" ], "cabins": [ "ECONOMY" ], "departure_date": { "flexibility": 0, "when": "2020-09-15" }, "departures": [ "BLR" ], "max_stops": 1, "passengers": 1, "currencies": [ "USD" ] }
@nigitha1995 The data is fine. Now the spaces are removed for the fight number.
Flight number should not return with space (" ") Example: For the below request, on website flight displayed as LH 755 and LH 906. Crawler are returning the same flight numbers. But crawler should remove space return flight number as LH755 and LH906
Search request -