I read the manual.
it says
MySQL uses a very simple parser to split text into words. A "word" is any sequence of letters, numbers, ', and _. Any "word" that is present in the stopword list or just too short (3 characters or less) is ignored. "
How can i set less than 3 char of word in mysql 3.23.33 window version.
thanks
it says
MySQL uses a very simple parser to split text into words. A "word" is any sequence of letters, numbers, ', and _. Any "word" that is present in the stopword list or just too short (3 characters or less) is ignored. "
How can i set less than 3 char of word in mysql 3.23.33 window version.
thanks