From 3f11f1d9dcf006b95dea3f019b2b69092c09a681 Mon Sep 17 00:00:00 2001 From: Khaled Al-Shamaa Date: Wed, 14 Aug 2024 14:45:11 +0300 Subject: [PATCH] Add a reference --- examples/ar_query.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/ar_query.php b/examples/ar_query.php index bc5f4c3..6914eef 100644 --- a/examples/ar_query.php +++ b/examples/ar_query.php @@ -63,7 +63,7 @@ is to retrieve every conceivable instance of a word or phrase and the resources you have to process search returns in order to determine their true relevance.

-

Reference: Volume 13 Issue 7 of MultiLingual Computing & Technology published by MultiLingual Computing, +

Reference: Volume 13 Issue 7 of MultiLingual Computing & Technology published by MultiLingual Computing, Inc., 319 North First Ave., Sandpoint, Idaho, USA, 208-263-8178, Fax: 208-263-6310.


2. Add a Normalized Field(s) to the Database Table(s): @@ -81,6 +81,10 @@ our search results. So in short, we added the normalized field to the table, passed the search string to our normalize function, searched for the normalized name, and displayed the original name. This is a more modular solution but it requires more work.

+

Reference: + Arabic Case Insensitive In Database Systems: How To Solve Alef With and Without Hamza Problem.

+