- Posts: 606
- Thank you received: 13
Mass Action Search Criteria
- mohairbears
-
Topic Author
- Offline
Less
More
6 years 10 months ago #313034
by mohairbears
Mass Action Search Criteria was created by mohairbears
-- HikaShop version -- : 4.2.2
-- Joomla version -- : 3.9.13
-- PHP version -- : 7.3.11
-- Browser(s) name and version -- : Google Chrome
Hi,
I use mass action to find orders that require same day despatch. I achieve this as per the attached screen dump, however I can only get it to work by entering 1 number of the required 14 criteria at a time. I have tried the usual methods 'like', 'or like', 'and' and nothing seems to work unless the criteria is entered one at at time?
Is there a way to search for all 14 criteria in one process?
Rgds
-- Joomla version -- : 3.9.13
-- PHP version -- : 7.3.11
-- Browser(s) name and version -- : Google Chrome
Hi,
I use mass action to find orders that require same day despatch. I achieve this as per the attached screen dump, however I can only get it to work by entering 1 number of the required 14 criteria at a time. I have tried the usual methods 'like', 'or like', 'and' and nothing seems to work unless the criteria is entered one at at time?
Is there a way to search for all 14 criteria in one process?
Rgds
Please Log in or Create an account to join the conversation.
6 years 10 months ago #313036
by nicolas
Replied by nicolas on topic Mass Action Search Criteria
Hi,
You want to use the operation "regexp" instead of "=" and then use a regex in the input field:
That way, it will match either of the numbers.
www.regular-expressions.info/index.html
You want to use the operation "regexp" instead of "=" and then use a regex in the input field:
Code:
^(1|207|218)$
www.regular-expressions.info/index.html
Please Log in or Create an account to join the conversation.
Time to create page: 0.171 seconds