Under the Indexing Options tab, I checked 'Ampersand' as a character to join words. However, after indexing, a search for ab&cd does not match 'ab&cd', as expected. (On the other hand, ab-cd does match 'ab-cd'.) Should ab&cd match 'ab&cd', or am I misinterpreting how this feature should work?
Further, a search for a&bc triggers the $STR_SKIPPED_FOLLOWING_WORDS message. I have 'Skip words less than 2 characters' set, so maybe the program is treating the 'a' of 'a&bc' as a skip word?
I'm using the PHP version of Version 4.2 (1013) PRO.
Further, a search for a&bc triggers the $STR_SKIPPED_FOLLOWING_WORDS message. I have 'Skip words less than 2 characters' set, so maybe the program is treating the 'a' of 'a&bc' as a skip word?
I'm using the PHP version of Version 4.2 (1013) PRO.
Comment