Hi Team,
I have a client that wants to create query rules based on user’s respective zip codes. If a user searches for “professionals near me” and meets the location criteria (determined by their zip code), specific professional entities would need to be boosted within their search results- is this possible to implement currently?
Best,
Andrew
Hi Andrew,
I would recommend using sorting instead of query rules in this case. It depends what kind of business logic you want to implement but let’s say you want to show the closest, and then of those prioritize a select few (let’s say for example the top-performing). You’d want to sort by Relevance first, and then use a custom field to indicate the preferred ones (or if they’re ranked within that set, a number field).
Let us know if that works!