VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: sarmin on September 04, 2014, 10:55:49 AM

Title: [Fixed] Search in the admin panel. Custom Fields section
Post by: sarmin on September 04, 2014, 10:55:49 AM
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?
Title: Re: Search in the admin panel. Custom Fields section
Post by: sarmin on September 04, 2014, 14:08:04 PM
I upgrate my VM to 2.6.8. no result.... pls, is any body have the decision
Title: Re: Search in the admin panel. Custom Fields section
Post by: sarmin on September 16, 2014, 19:59:43 PM
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?
Title: Re: Search in the admin panel. Custom Fields section
Post by: sarmin on September 21, 2014, 21:46:57 PM
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!!!!
Title: Re: Search in the admin panel. Custom Fields section
Post by: Milbo on September 22, 2014, 11:28:12 AM
how reacts the vm3 version? We changed the used filter there.
Title: Re: Search in the admin panel. Custom Fields section
Post by: sarmin on September 22, 2014, 14:33:25 PM
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?
Title: Re: Search in the admin panel. Custom Fields section
Post by: sarmin on September 22, 2014, 16:59:55 PM
i have make a fresh install on joomla 2.5
VirtueMart 2.9.9b
php 5.4.32

i have the same problem(((
Title: Re: Search in the admin panel. Custom Fields section
Post by: sarmin on September 25, 2014, 09:37:25 AM
is there any solutions for the russian/ukrainian languages???
Title: Re: Search in the admin panel. Custom Fields section
Post by: sarmin on October 01, 2014, 14:08:06 PM
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*