[Fixed] Search in the admin panel. Custom Fields section

Started by sarmin, September 04, 2014, 10:55:49 AM

Previous topic - Next topic

sarmin

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

Joomla 2.5.24
VirtueMart 2.6.6

have any body the same problem or where to look for bug fixing?

sarmin

#1
I upgrate my VM to 2.6.8. no result.... pls, is any body have the decision

sarmin

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?

sarmin

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!!!!

Milbo

how reacts the vm3 version? We changed the used filter there.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

sarmin

#5
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?

sarmin

i have make a fresh install on joomla 2.5
VirtueMart 2.9.9b
php 5.4.32

i have the same problem(((

sarmin

is there any solutions for the russian/ukrainian languages???

sarmin

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*