Allow normalized search (without diacritics) it should also fix the case problem with non latin languages (cyrillic).
The last part is not tested. disclaimer : Slow ! re #49, #48
This commit is contained in:
parent
23fcc4d641
commit
78d42b48e2
5 changed files with 148 additions and 7 deletions
|
@ -258,3 +258,10 @@
|
|||
* BEWARE : Do not touch this if you're not using password, not using PRS-TX or not using Aldiko.
|
||||
*/
|
||||
$config ['cops_fetch_protect'] = "0";
|
||||
|
||||
/*
|
||||
* Make the search better (don't care about diacritics, uppercase should work on Cyrillic) but slower.
|
||||
* 1 : Yes (enable)
|
||||
* 0 : No
|
||||
*/
|
||||
$config ['cops_normalized_search'] = "0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue