Skip to content

Stop appending * to search terms (fixes #704)

onli requested to merge fixUtf8FulltextQuotes into master

If we don't append *, it can't produce errors like in #704 (closed) . In a real fulltext search that feature should not be necessary. Only scenario is when the search term has only three letters, but that's not what the code checks.

Merge request reports