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

Context extension of the Suggester #3959

Closed
chilling opened this issue Oct 24, 2013 · 3 comments
Closed

Context extension of the Suggester #3959

chilling opened this issue Oct 24, 2013 · 3 comments

Comments

@chilling
Copy link
Contributor

The suggester API is a good choice to get simple suggestions. But these suggestions may take additional informations into account. Typing in something like restaurant will result in restaurants all over the world. But in this case the geolocation of the request can be used to get better results, namely those which are close to point of the request. Another usecase could be a simple type or group information which allows the suggester to return results fitting this context.
In general the suggester should be able to handle generic information and create result with this information taken into account.

@julianhille
Copy link

Possible duplication ? #2842

@chilling
Copy link
Contributor Author

Hi @julianhille,
I don't think that this is a duplication. In my opinion filtering is some kind of post-processing. This issue instead describes a kind of pre-processing.

@ghost ghost assigned chilling Jan 15, 2014
@chilling
Copy link
Contributor Author

closed by #4044

@chilling chilling removed their assignment Mar 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants