need to adjust search
10 years 8 months ago #225659
by cctaco
HikaShop Business 2.6.0
PHP Version 5.6.16
Web Server Apache
Joomla! 3.4.8 Stable [ Ember ] 24-December-2015 19:30 GMT
need to adjust search was created by cctaco
-- url of the page with the problem -- :
ifixmachines.com
-- HikaShop version -- : 2.6.0
-- Joomla version -- : 3.4.8
I want to use mass action and want it to look in the product_name for two words singer and manual
it will work and show me the results for one word but not both the results drop to zero.
I selected contain and entered Singer got like 725 results but when I put in manual it drops to zero
I'm missing some type of + and code.
thanks
chris
-- HikaShop version -- : 2.6.0
-- Joomla version -- : 3.4.8
I want to use mass action and want it to look in the product_name for two words singer and manual
it will work and show me the results for one word but not both the results drop to zero.
I selected contain and entered Singer got like 725 results but when I put in manual it drops to zero
I'm missing some type of + and code.
thanks
chris
HikaShop Business 2.6.0
PHP Version 5.6.16
Web Server Apache
Joomla! 3.4.8 Stable [ Ember ] 24-December-2015 19:30 GMT
Please Log in or Create an account to join the conversation.
10 years 8 months ago #225678
by Xavier
Replied by Xavier on topic need to adjust search
Hi,
I think that you have to set up your mass action like that: take.ms/kt8Kb
That way it will filter on names having "singer" and "manual".
I think that you have to set up your mass action like that: take.ms/kt8Kb
That way it will filter on names having "singer" and "manual".
Please Log in or Create an account to join the conversation.
10 years 8 months ago #225722
by cctaco
HikaShop Business 2.6.0
PHP Version 5.6.16
Web Server Apache
Joomla! 3.4.8 Stable [ Ember ] 24-December-2015 19:30 GMT
Replied by cctaco on topic need to adjust search
I did that but was afraid it would change everything with the word manual.
There was like 750 singer
and
2600+ manual results.
Will it use both to filter it down to just the 600 or so products.
Im trying to change price for the singer manuals
nimbus.everhelper.me/client/notes/share/...NzCSPs85QiCko4Sz5mO/
There was like 750 singer
and
2600+ manual results.
Will it use both to filter it down to just the 600 or so products.
Im trying to change price for the singer manuals
nimbus.everhelper.me/client/notes/share/...NzCSPs85QiCko4Sz5mO/
HikaShop Business 2.6.0
PHP Version 5.6.16
Web Server Apache
Joomla! 3.4.8 Stable [ Ember ] 24-December-2015 19:30 GMT
Please Log in or Create an account to join the conversation.
10 years 8 months ago #225733
by Xavier
Replied by Xavier on topic need to adjust search
Hi,
Yes when having many filters, in the MySQL request it is like:
So you will only get the desired results.
Yes when having many filters, in the MySQL request it is like:
Code:
... WHERE condition1 = '1' AND condition2 = '2' ...
So you will only get the desired results.
The following user(s) said Thank You: cctaco
Please Log in or Create an account to join the conversation.
Time to create page: 0.169 seconds