aowow/setup/tools
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
..
clisetup Setup/Fixup 2025-12-13 16:15:59 +01:00
dbc DB/Search 2026-01-16 16:56:24 +01:00
filegen Setup/Fixup 2026-01-16 08:27:27 +01:00
sqlgen Search/Fixup 2026-01-17 23:07:44 +01:00
CLISetup.class.php Setup/CLI 2025-10-02 14:35:13 +02:00
dbc.class.php DB/Search 2026-01-16 16:56:24 +01:00
imagecreatefromblp.func.php Core/Compat 2025-04-01 22:32:37 +02:00
setupScript.class.php Template/Update (Part 47) 2025-09-25 16:01:14 +02:00
trigger_example.txt Git/Misc 2024-07-31 00:50:46 +02:00
utilityScript.class.php Core/Compat 2025-04-01 22:32:37 +02:00