diff --git a/application/modules/front/views/index/index.php b/application/modules/front/views/index/index.php index b6dd81b..967fde6 100644 --- a/application/modules/front/views/index/index.php +++ b/application/modules/front/views/index/index.php @@ -19,32 +19,70 @@
-
-
- - -
-
- 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 +169,283 @@
Supported languages: English, Arabic, Urdu, Bangla
+ + + + + + + \ No newline at end of file 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);} + +