How to work with wildcard * in the order filter

Wildcard can match any combination of characters, making it a flexible tool for filtering.

The order filter allows you to automatically sort and lock new orders, moving them to the Pending Filter list for manual review. This is helpful for identifying specific types of orders based on criteria you set.

You can set up filters that for examples catches orders made with a specific email or filter orders that has a max sum set.  You can also work with the order filter to separate a specific group of orders, for example all orders with a specific carrier. 

This can be done working with the *  symbol, known as wildcard. In short, the * wildcard can match any combination of characters, making it a flexible tool for filtering.

*  is possible to use in all fields except, Payment, Max Sum and Max orders.


Example of usage:
Below follows some examples of using *   wildcard

Example 1. Filter out all orders from a specific carrier
Adding the value *DHL* will filter all orders created with any of DHL options set as carrier. No matter of which type of DHL shipping option the customer choosed (service point, package etc).


Example 2. Filter out all orders created by customers with a specific email domain.
Adding the value *@mail.com  (as an example) in the Email field will filter all orders created where the customers email adress contains the domain @mail.com,
(person1@mail.com, person2@mail.com, etc)