Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Case-sensitive search in admin -> list wrote articles
I have some articles with similar titles:
Описание “Фотогалерея”
Описание “Проекты”
Описание “Ссылки”
Описание “Услуги”
Описание “Контакты”
As you see they have comman part – Описание. The goal is to list only this articles at list wrote articles. If i search by “описание”, the search returns only one article, but using “Описание” – returns all required articles.
Is whis a bug or a feature? :)
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline
Re: Case-sensitive search in admin -> list wrote articles
Please post your FULL diagnostics here.
Offline
Re: Case-sensitive search in admin -> list wrote articles
this is diagnostic. I tried to switch to english, but it doesn’t want to download language file :)
And this is written above diagnostic:
preflight_check
modified_files:
/lib/admin_config.php,
/lib/classTextile.php ?
some_php_functions_disabled: proc_nice, proc_get_status, proc_close, proc_terminate, posix_mkfifo, set_time_limit ?
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline
Re: Case-sensitive search in admin -> list wrote articles
Try changing the collation on the title column in the textpattern table to ‘utf8_unicode_ci’ instead of ‘utf8_general_ci’.
Offline
Re: Case-sensitive search in admin -> list wrote articles
Thanks!
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline