Re-enable infix length in search indexes

This commit is contained in:
Joshua Ramon Enslin 2023-09-17 10:59:01 +02:00
parent efc67b57d3
commit 0a18449e06
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -27,6 +27,7 @@ final class NodaDbAdmin {
`name` text,
`description` text,
`timestamp` timestamp)
min_infix_len = '3'
charset_table='" . MDMysqli::MANTICORE_CHARSET_TABLE . "'
rt_mem_limit = '2G'");
MDConsole::write("Create table `" . $index_name . "`");
@ -49,6 +50,7 @@ final class NodaDbAdmin {
`name` text,
`description` text,
`timestamp` timestamp)
min_infix_len = '3'
charset_table='" . MDMysqli::MANTICORE_CHARSET_TABLE . "'
rt_mem_limit = '2G'");
MDConsole::write("Create table `" . $index_name . "`");