Affix table loaded but ignored in Ispell DB searches. The bug is somewhere
in spell.c:

        if (nlang == -1) {
          li_from = 0; li_to = Indexer->Conf->nLang;
        } else {
          li_from = nlang; li_to = li_from + 1;
        }

I got nlang == -1 and li_from == 0 and li_to == 0 so next loop through
affix table does nothing:

for (li = li_from; li < li_to; li++) {

I see Indexer->Conf->nLang is set only if Dictionary is loaded, but Ispell
DB mode not load Dictionary as designed, so it left to 0.


-- 
Andrey A. Chernov
http://ache.pp.ru/
______________
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]

Reply via email to