mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 10:56:46 -04:00
Decrease minimum token count to 2 in InnoDB fulltext search
This commit is contained in:
parent
810087ccf9
commit
b70f500847
2 changed files with 6 additions and 0 deletions
3
config/mariadb/99-se.cnf
Normal file
3
config/mariadb/99-se.cnf
Normal file
|
@ -0,0 +1,3 @@
|
|||
[mysqld]
|
||||
# Decrease the minimum token size for InnoDB fulltext searches to 2, so that we can match titles like <https://standardebooks.org/ebooks/yevgeny-zamyatin/we/gregory-zilboorg>.
|
||||
innodb_ft_min_token_size = 2
|
Loading…
Add table
Add a link
Reference in a new issue