Keyword

2.7.1. bug

  • Чирко Роман
  • Чирко Роман's Avatar Topic Author
  • Offline
  • New Member
More
8 years 3 weeks ago - 8 years 3 weeks ago #157480 by Чирко Роман
2.7.1. bug was created by Чирко Роман
in 2.7.1 in adminpanel - in items - doesnt works filter by title on Cyrillic simbols. Numbers and latin simbols works.



in
administrator\components\com_k2\models\items.php
line 39
was just:
$search = JString::strtolower($search);
now added the line:
$search = trim(preg_replace('/[^a-zA-Z0-9\s\-_]/', '', $search));
Last edit: 8 years 3 weeks ago by Чирко Роман. Reason: found reason

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
8 years 3 weeks ago #157485 by Krikor Boghossian
Replied by Krikor Boghossian on topic 2.7.1. bug
Hello,

Please try the DEV version github.com/getk2/k2

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum