Re-enable infix length in search indexes
This commit is contained in:
parent
efc67b57d3
commit
0a18449e06
|
@ -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 . "`");
|
||||
|
|
Loading…
Reference in New Issue
Block a user