search

goog.ui.ac.RichRemoteArrayMatcher

Provided By
Extends
All Implemented Interfaces

An array matcher that requests rich matches via ajax and converts them into rich rows.

new RichRemoteArrayMatcher( url, opt_noSimilar )

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).

Instance Methods

Instance Properties

Static Properties