Order Search Using Wildcard

Refine your order search results by using the percent sign (%) as a wildcard. A wildcard can be used to search any of the available fields.

The following table shows wildcard query formats and their returned values.

Wildcard Queries
Query Returned Values
% Returns all values.
%ABC% Returns values that contain ABC.
%ABC Returns values that end in ABC.
ABC% Returns values that start with ABC.
ABC Returns an exact match of ABC.