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

Move more autocomplete logic from web to api #257

Closed
rwstauner opened this issue Mar 23, 2013 · 4 comments
Closed

Move more autocomplete logic from web to api #257

rwstauner opened this issue Mar 23, 2013 · 4 comments

Comments

@rwstauner
Copy link
Contributor

There was discussion on irc today about porting the autocomplete query from web to api.

I was a little surprised to find #139

So apparently autocomplete is available on both sites but the web endpoint adds extra goodness that produces better results.

Moving more of the logic makes sense, and would also give us jsonp (another feature requested on irc today).

@monken
Copy link
Contributor

monken commented Mar 24, 2013

Do you have an example? I'm pretty sure I moved everything to the api. There are some leftovers in the metacpan-web repo that are not being used anymore

@rwstauner
Copy link
Contributor Author

@tsibley was asking on irc
and specifically said http://api.metacpan.org/v0/search/autocomplete?q=App::Prove didn't return good results
compared to the web one which did some more stuff but didn't support jsonp

@oalders
Copy link
Member

oalders commented Mar 24, 2013

He also said http://api.metacpan.org/v0/search/autocomplete?q=App&q=Prove wasn't much better. We're not using the api's autocomplete from metacpan-web yet, are we?

@tsibley
Copy link
Contributor

tsibley commented Mar 24, 2013

@monken monken closed this as completed in 48638d3 Mar 25, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants