Search does not work in the admin panel. section VirtueMart -> Custom Fields.
Trying to search - finds only Latin characters. Cyrillic does not want to search. and numbers
(http://my.jetscreenshot.com/2265/20140904-6caw-38kb.jpg)
Joomla 2.5.24
VirtueMart 2.6.6
have any body the same problem or where to look for bug fixing?
I upgrate my VM to 2.6.8. no result.... pls, is any body have the decision
VM 2.6.10 - the same problem
is there a solution for not Latin symbols?
search is working in admin product , but not in customfield
pls. in product there JRequest::getVar('filter_product')
in custom JRequest::getWord('keyword', null);
maybe somebody can help with this?
new php version has been installed on my server 5.4.32 - problem is here!(((
pls whats wrong with it?
even numbers don`t want to search!!!!
how reacts the vm3 version? We changed the used filter there.
no result. i delet and instal VirtueMart 2.9.9b
but have some mistakes on insyall level
alterTable CHANGE s3gsn_virtuemart_customs.custom_params : ALTER TABLE `s3gsn_virtuemart_customs` CHANGE COLUMN `custom_params` `custom_params` TEXT NOT NULL DEFAULT ''
alterTable CHANGE s3gsn_virtuemart_medias.file_params : ALTER TABLE `s3gsn_virtuemart_medias` CHANGE COLUMN `file_params` `file_params` VARCHAR(17500) NOT NULL DEFAULT ''
alterTable CHANGE s3gsn_virtuemart_product_customfields.customfield_params : ALTER TABLE `s3gsn_virtuemart_product_customfields` CHANGE COLUMN `customfield_params` `customfield_params` TEXT NOT NULL DEFAULT '' COMMENT 'PARAM FOR PLUGINS'
alterTable CHANGE s3gsn_virtuemart_shoppergroups.price_display : ALTER TABLE `s3gsn_virtuemart_shoppergroups` CHANGE COLUMN `price_display` `price_display` BLOB NOT NULL DEFAULT ''
is your new filter works without this updaiting tables? or i need to fix them before testing?
i have make a fresh install on joomla 2.5
VirtueMart 2.9.9b
php 5.4.32
i have the same problem(((
is there any solutions for the russian/ukrainian languages???
I have fixed bug. the problem was in the view.html.php file
$customs = $model->getCustoms(JRequest::getInt('custom_parent_id'),JRequest::getWord('keyword'));
i used
$customs = $model->getCustoms(JRequest::getInt('custom_parent_id'), JRequest::getString('keyword'));
and the problem is gone.
pls - in next versions of VM - fix this bug. *author Alexandr Gor*