14 Jan
2002
14 Jan
'02
2:34 p.m.
Hi all, After playing with Zope 2.4.3 and TextIndexes i found out that the TextIndex does not Index Digits( "12345" ). Thatswhy i looked in the sources and i saw in "next_word", that there is the caracter checked with "isalnum", but in "check_synstop" the caracter is checked with "isalpha"....? This means to me that every DIGIT is a stop-word and not a real character. If have changed the isalpha with isalnum and it seems to work... Can anyone explain this... thanks as