You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2018. It is now read-only.
_billing_last_name and _billing_first_name should be AND matched along with _shipping_last_name and _shipping_last_name. This will push exact name matches to the top of results.
The text was updated successfully, but these errors were encountered:
Right now, we are OR searching all the order fields:
_billing_last_name
and_billing_first_name
should be AND matched along with_shipping_last_name
and_shipping_last_name
. This will push exact name matches to the top of results.The text was updated successfully, but these errors were encountered: