aowow/template
Sarjuuk 6df9145446 Search/Fixup
* do not use stopwords in fulltext search
   apparentyl there is a bug in innodb where including stopwords in a search causes the lookup to fail entirely.
   e.g. innodb_ft_enable_stopword must be disabled when the index is edited (rows are added/removed)
 * don't create a MATCH AGAINST search from empty search strings after sanitization
 * drop fulltext indizes for locale zhCN
   logographic languages need special treatment, which handling may differ by db provider
 * use LIKE search by default for locale zhCN. Added config option to use fulltext if supported by db.
2026-01-17 23:07:44 +01:00
..
bricks Mapper/SpawnPosFix 2025-12-15 16:43:06 +01:00
listviews Listviews/AddIns 2025-10-26 17:32:18 +01:00
localized Template/Update (Part 46 - VI) 2025-09-25 16:01:06 +02:00
mails Template/Update (Part 46 - VI) 2025-09-25 16:01:06 +02:00
pages Search/Fixup 2026-01-17 23:07:44 +01:00