tpwd / ke_search

Search Extension for TYPO3 Content Management System, including faceting search functions.
https://extensions.typo3.org/extension/ke_search/
GNU General Public License v3.0
7 stars 31 forks source link

Searching for a word with an @ in the sword returns an error #201

Closed rorentz closed 10 months ago

rorentz commented 10 months ago

It is not possible to search for example an email adress.

It results in Could not fetch search results. Error #1605867846

christianbltr commented 10 months ago

I could not reproduce this in a standard installation but when using InnoDB as storage engine for the table tx_kesearch_index.

Are you using InnoDB?

See also https://github.com/teaminmedias-pluswerk/ke_search/issues/226

In this case I would propose to use the new "Additional word character" feature and add the @ as an additional word character as described in https://docs.typo3.org/p/tpwd/ke_search/main/en-us/Configuration/AdditionalWordCharacters.html

christianbltr commented 10 months ago

See also https://docs.typo3.org/p/tpwd/ke_search/main/en-us/Configuration/StorageEngine.html