I’m adding an e-retailer vertical for a client and they will be providing a list of zipcodes serviced for some of the e-retailers but they also have some “universal” e-retailers. Our goal is to have the user enter their zipcode into the search bar and then be served the cards for the e-retailers that service that zipcode. Is there a way to set up the national distributers without adding in every US zipcode?
Hi Carolyn,
This is interesting use case! My recommendation would be to use a query rule for this.
\d{5}
should work for the regex for Criteria and then for the Action you could pick which entities to surface (or all entities) in the Saved Filter.
Let us know if that does the trick or if you have any other questions.
Best,
Alyssa