Martin Ackermann wrote:
> I need some informatins about the ndict topology of mnogosearch.
> Example, "foo" is saved in ndict3 and "foobar" in ndict6..
> Why finds the search also "foobar" when I search "foo" ?
> The crc32 sums aren't equal and my question is, how can mnogosearch also
> find "foobar" when I search "foo" ?!?
>
Hi!
This is impossible. Only two things I can realize:
- you are using either synonyms or ispell, and
"foobar" is generated from "foo".
- you are using not "crc-multi" mode in search
Take a look into MySQL log to check what queries are sent
to backend. Or add "#define DEBUG_SQL 1" in the top of
sql.c, recompile and run search again: it will display
all queries itself.
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]