
goog.demos.autocompleteremote.html Maven / Gradle / Ivy
goog.ui.ac.Remote
goog.ui.ac.Remote
Google Buzzwords:
This data is being pulled from the server at
autocompleteremotedata.js.
Ideally the server would perform a search on the query and would only
return relevant results; however, this response is static.
goog.ui.ac.CachingMatcher on top of goog.ui.ac.RemoteArrayMatcher
Google Buzzwords:
This data is being pulled from the server at
autocompleteremotedata.js.
This sets up a client-side cache of suggestions from the server, and matches
against the client cache when the user types, while simultaneously making
requests to the server in the background. The result feels more responsive
than the goog.ui.ac.Remote, which has no client cache.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy