diff --git a/app/services/search_orders.rb b/app/services/search_orders.rb index ab261962bb..8e96cfbfa0 100644 --- a/app/services/search_orders.rb +++ b/app/services/search_orders.rb @@ -14,7 +14,7 @@ class SearchOrders def fetch_orders @search = search_query. - includes(:payments, :subscription). + includes(:payments, :subscription, :shipments, :bill_address, :distributor, :order_cycle). ransack(params[:q]) return paginated_results if using_pagination?