From 2e37d21389492f3ba7dca90333aecfca07fedf06 Mon Sep 17 00:00:00 2001 From: Sebastian Nohn Date: Sun, 11 Nov 2001 18:55:39 +0000 Subject: [PATCH] fixed another typo (this should be the last one!) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62007 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mnogosearch.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/mnogosearch.xml b/functions/mnogosearch.xml index e58154118e..f5f8cae774 100644 --- a/functions/mnogosearch.xml +++ b/functions/mnogosearch.xml @@ -1,5 +1,5 @@ - + mnoGoSearch Functions mnoGoSearch @@ -1179,7 +1179,7 @@ Following is an example of displaying links of the current level in format: UDM_PARAM_WEIGHT_FACTOR=00100 will search through Titles only. - UDM_PARAM_WEIGHT_FACTOR=11100 will search through Title,Keywords,Desctription + UDM_PARAM_WEIGHT_FACTOR=11100 will search through Title,Keywords,Description but not through URL and Body. @@ -1214,7 +1214,7 @@ Following is an example of displaying links of the current level in format: UDM_PARAM_MIN_WORD_LEN - defines minimal word length. Any word shorter this limit is considered to be a stopword. Please note - that this paraneter value is inclusive, i.e. if UDM_PARAM_MIN_WORD_LEN=3, + that this parameter value is inclusive, i.e. if UDM_PARAM_MIN_WORD_LEN=3, a word 3 characters long will not be considered a stopword, while a word 2 characters long will be. Default value is 1.