0
I am finalizing a system and now arose the need to present to the user a field with autocomplete
.
So I got the idea to use the autocomplete
of the dictionary Michaelis.
If you access the WEBSITE will see that you have in the search field when typing appears the word suggestions.
I managed to find the following service http://michaelis.uol.com.br/suggest/
But I’m not getting past the parameters, you can help me with this problem?
Edit:
What I want to do is just like the site http://dictionary.cambridge.org/pt/autocomplete/english/? q=Ask
That returns a json with word suggestions, play this link in Postman to see the return.
See if the link helps https://answall.com/questions/31885/dicion%C3%A1rio-portugu%C3%Aas-online-para-fazer-requests
– Marquezani
Marquezani, but I did not want the result of the word search, I would like to use the service of suggestions, as you type will appear the words.
– William
http://api.jqueryui.com/autocomplete/#entry-examples
– Marco Souza
Marconcilio, ever imagined I put all the words in Portuguese? If you already have the service just use it.
– William