Actions
Bug #12
closed
Search Results Issue
Bug #12:
Search Results Issue
Description
جملة البحث "مشفى ابن النفيس" طلع رقمو 12 و يلي طلع قبلو معظمهن بدايتهن كلمة ابن - تمت العملية في المكتب
Files
Updated by Majd Al-Deen about 2 months ago
- Priority changed from Normal to High
Updated by Fadi Hussein about 2 months ago
- Project changed from 1 to Sunnex Backend
- Assignee set to Milad Khnefes
Updated by Milad Khnefes about 2 months ago
ملف "/app/guide/views/business/search.py"
عدلت الأسطر من من 413 للـ418 بهدول:
# Get order_by parameter or use intelligent defaults
if self.request.query_params.get("order_by"):
order_by_values = self.request.query_params.get("order_by").split(",")
else:
if has_search:
# Default to relevance first, then distance if available, then others
default_keys = ["relevance"]
if "distance" in order_mapping:
default_keys.append("distance")
default_keys.extend(["name", "newest"]) # Or whichever fallback you prefer
order_by_values = default_keys
else:
order_by_values = list(order_mapping.keys())
Updated by Fadi Hussein about 2 months ago
- Status changed from New to In Progress
Updated by Fadi Hussein about 2 months ago
- Target version set to V1.1
Updated by Fadi Hussein about 2 months ago
- Assignee changed from Milad Khnefes to Fadi Hussein
Updated by Fadi Hussein about 1 month ago
- Status changed from In Progress to Rejected
Will be Solved in the New Server Logic
Actions