]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Fix multiword search with incomplete words.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 21 Oct 2018 17:55:51 +0000 (19:55 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 21 Oct 2018 17:55:51 +0000 (19:55 +0200)
It would trip over if the dictionary contained
words with the same prefix starting with -.
Example is searching for
"sense des aiguilles" which would break the loop
upon encountering "-aige".
Which meant that searching for "sense des aig" would
find nothing. "sense des a" would however due to "a"
not being considered due to the stoplist.


No differences found