Confirmed users
971
edits
(Created page with "The purpose of this page is to get an idea of what kind of backend pieces are needed for new features in the French Toast release. They are organized by feature name and then det...") |
|||
| Line 8: | Line 8: | ||
The purpose of this feature is to provide something similar to Google Search Complete: give a list of suggestions when you start typing in the search box. We can do generic autocomplete, or maybe even use the Google API, and also do complete based on your data and other people's data in Pancake. | The purpose of this feature is to provide something similar to Google Search Complete: give a list of suggestions when you start typing in the search box. We can do generic autocomplete, or maybe even use the Google API, and also do complete based on your data and other people's data in Pancake. | ||
We would have a server that provides a suggest API. This server needs to provide a public API to the front-end and maintain an index of possible suggestions. | We would have a server that provides a suggest API. This server needs to provide a public API to the front-end and maintain an index of possible suggestions. | ||