Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Yelp Search API] Support choq parameter #2226

Open
NateSkiles opened this issue Dec 12, 2024 · 0 comments
Open

[Yelp Search API] Support choq parameter #2226

NateSkiles opened this issue Dec 12, 2024 · 0 comments
Labels
status: freezer Something we don't want to work on yet type: improvement Something needs to be improved

Comments

@NateSkiles
Copy link

A customer requested we support the choq search parameter for the Yelp Search API. This parameter appears to perform a more specified search for locations matching the search query.

When searching for a location in Yelp, they will typically display the "Top matches" followed by "More businesses in similar categories." We group all of these results as organic_results.

Between these two sections, Yelp has a "See more results of query" button that shows only locations matching your query:

image

https://www.yelp.com/search?find_desc=popeyes&find_loc=Austin%2C+TX%2C+United+States

Clicking this button simply performs the same search but includes the search parameter choq=1 to return only results for the specific query:

image

https://www.yelp.com/search?choq=1&find_desc=popeyes&find_loc=Austin%2C+TX%2C+United+States

Intercom

@NateSkiles NateSkiles added status: freezer Something we don't want to work on yet type: improvement Something needs to be improved labels Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: freezer Something we don't want to work on yet type: improvement Something needs to be improved
Projects
None yet
Development

No branches or pull requests

1 participant