From 6ca1137c2a6d43c98ddc75f0ed6c4d0f8571d597 Mon Sep 17 00:00:00 2001 From: asim Date: Wed, 21 May 2025 16:36:42 +0100 Subject: [PATCH] fix menu search --- web/app/routes/_app.quran.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/app/routes/_app.quran.tsx b/web/app/routes/_app.quran.tsx index 79f7a58..72d477b 100644 --- a/web/app/routes/_app.quran.tsx +++ b/web/app/routes/_app.quran.tsx @@ -31,7 +31,11 @@ export default function Quran() { path: `/quran/${chapter.number}`, number: chapter.number, extra: chapter.english, - searchableText: [chapter.english], + searchableText: [ + chapter.english, // English name + chapter.name, // Transliteration + String(chapter.number) + ] })) || []; return (