fastsearch will perform expensive joins on small words that are explicitly not allowed in the index. patch attached.

CommentFileSizeAuthor
mw_13.patch832 bytesmoshe weitzman

Comments

moshe weitzman’s picture

Status: Needs review » Needs work

this is going to throw out operators like OR, AND. oops.

perhaps doug can figure out where to implement this check.

douggreen’s picture

Status: Needs work » Fixed

Thanks! 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.

killes@www.drop.org’s picture

Status: Fixed » Closed (fixed)