From 94df5fc9120d3950b210bb0edef4ec589fdcad2b Mon Sep 17 00:00:00 2001 From: Khondoker Ittehadul Islam Date: Sat, 28 Mar 2026 11:20:29 +0100 Subject: [PATCH 1/4] filter button supplied in the index page --- .../modules/front/views/index/index.php | 381 ++++++++++++++++-- 1 file changed, 355 insertions(+), 26 deletions(-) diff --git a/application/modules/front/views/index/index.php b/application/modules/front/views/index/index.php index b6dd81b..674dcaa 100644 --- a/application/modules/front/views/index/index.php +++ b/application/modules/front/views/index/index.php @@ -19,32 +19,71 @@
-
-
- - -
-
- Search Tips -
- Quotes e.g. "pledge allegiance"
- Searches for the whole phrase instead of individual words -

- Wildcards e.g. test*
- Matches any set of one or more characters. For example test* would result in test, tester, testers, etc. -

- Fuzzy Search e.g. swore~
- Finds terms that are similar in spelling. For example swore~ would result in swore, snore, score, etc. -

- Term Boosting e.g. pledge^4 hijrah
- Boosts words with higher relevance. Here, the word pledge will have higher weight than hijrah -

- Boolean Operators e.g. ("pledge allegiance" OR "shelter) AND prayer
- Create complex phrase and word queries by using Boolean logic. -

- More ... -

-
+
+
+ + +
+
+ + + + + Filter + + + + + + + + Search Tips +
+ Quotes e.g. "pledge allegiance"
+ Searches for the whole phrase instead of individual words +

+ Wildcards e.g. test*
+ Matches any set of one or more characters. For example test* would result in test, tester, testers, etc. +

+ Fuzzy Search e.g. swore~
+ Finds terms that are similar in spelling. For example swore~ would result in swore, snore, score, etc. +

+ Term Boosting e.g. pledge^4 hijrah
+ Boosts words with higher relevance. Here, the word pledge will have higher weight than hijrah +

+ Boolean Operators e.g. ("pledge allegiance" OR "shelter) AND prayer
+ Create complex phrase and word queries by using Boolean logic. +

+ More ... +

+
@@ -131,3 +170,293 @@
Supported languages: English, Arabic, Urdu, Bangla
+ + + + + + + \ No newline at end of file From 343397af51d688131b6ee79a5558569c1c1880da Mon Sep 17 00:00:00 2001 From: Khondoker Ittehadul Islam Date: Sat, 28 Mar 2026 11:27:09 +0100 Subject: [PATCH 2/4] filter button supplied in the index page --- application/modules/front/views/index/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/modules/front/views/index/index.php b/application/modules/front/views/index/index.php index 674dcaa..d6c8701 100644 --- a/application/modules/front/views/index/index.php +++ b/application/modules/front/views/index/index.php @@ -318,7 +318,6 @@ function submit() { color: #84B8B8; } - .apply-btn { padding: 1rem 2rem; cursor: pointer; From 95ffb205c69233c78f4f6f56d32a7e27affda7fc Mon Sep 17 00:00:00 2001 From: Khondoker Ittehadul Islam Date: Sat, 28 Mar 2026 14:02:02 +0100 Subject: [PATCH 3/4] font awesome stylesheet included --- application/modules/front/views/layouts/home.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/modules/front/views/layouts/home.php b/application/modules/front/views/layouts/home.php index 84db5bc..31bba6e 100644 --- a/application/modules/front/views/layouts/home.php +++ b/application/modules/front/views/layouts/home.php @@ -39,6 +39,8 @@ function gtag(){dataLayer.push(arguments);} + + From d3a7da792220dc03bc5af8bf3e43fccef701bafb Mon Sep 17 00:00:00 2001 From: Khondoker Ittehadul Islam Date: Sat, 28 Mar 2026 14:02:38 +0100 Subject: [PATCH 4/4] icon and hover bug fixed --- .../modules/front/views/index/index.php | 20 +++++-------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/application/modules/front/views/index/index.php b/application/modules/front/views/index/index.php index d6c8701..967fde6 100644 --- a/application/modules/front/views/index/index.php +++ b/application/modules/front/views/index/index.php @@ -27,9 +27,8 @@ - - - Filter + + Filter @@ -295,17 +294,7 @@ function submit() { clear: both; } - .fa-solid { - display: inline-block !important; - color: #5F9999; - } - - .fa-sliders { - display: inline-block !important; - color: #5F9999; - } - - .filterlabel { + .custom-btn-content { font-size: 12px; margin-left: 10px; padding-top: 5px; @@ -314,7 +303,7 @@ function submit() { float: left; } - .filterlabel::hover { + .custom-btn-content:hover { color: #84B8B8; } @@ -336,6 +325,7 @@ function submit() { } /* Modal */ + /* Duplicate Codes from Here */ .modal { display: none; position: fixed;