search

goog.ui.ac.RemoteArrayMatcher

Provided By
Extends
All Implemented Interfaces
All Known Direct Subclasses

An array matcher that requests matches via ajax.

new RemoteArrayMatcher( url, opt_noSimilar, opt_xmlHttpFactory )

Parameters
urlstring

The Uri which generates the auto complete matches. The search term is passed to the server as the 'token' query param.

opt_noSimilarboolean=

If true, request that the server does not do similarity matches for the input token against the dictionary. The value is sent to the server as the 'use_similar' query param which is either "1" (opt_noSimilar==false) or "0" (opt_noSimilar==true).

opt_xmlHttpFactory(goog.net.XmlHttpFactory|null)=

Specify the XmlHttpFactory used to retrieve the matches.

Instance Methods

Instance Properties