fastsearch will perform expensive joins on small words that are explicitly not allowed in the index. patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| mw_13.patch | 832 bytes | moshe weitzman |
fastsearch will perform expensive joins on small words that are explicitly not allowed in the index. patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| mw_13.patch | 832 bytes | moshe weitzman |
Comments
Comment #1
moshe weitzman commentedthis is going to throw out operators like OR, AND. oops.
perhaps doug can figure out where to implement this check.
Comment #2
douggreen commentedThanks! I moved the check a few lines lower, after the "OR" check. There is no "AND" check, this is the default and/or controlled by the operator. Maybe it should be added... but that's another issue.
Comment #3
killes@www.drop.org commented