]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
fts: Fix search query generation when tokens are filtered out.
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Sat, 14 Jan 2017 16:34:11 +0000 (18:34 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 25 Jan 2017 15:46:49 +0000 (17:46 +0200)
commit425d868eed3efe59035db0656c0153a887e08ee2
treef07f27d275d9d55a6942ef754d8036028a69035c
parent8839eaa55f1f51b4419b5a8ccfc8b3d0121c57b8
fts: Fix search query generation when tokens are filtered out.

For example with English stopwords when searching "foo and bar" it should
be equilevant to "foo bar", since "and" is filtered out.
src/plugins/fts/fts-search-args.c