goog.ui.ac.ArrayMatcher |
rows
: Array
Dictionary of items to match. Can be objects if they
have a toString method that returns the value to match against.
|
opt_noSimilar
: boolean=
if true, do not do similarity matches for the
input token against the dictionary.
|
Matches the token against the start of words in the row.
|
code » | ||
Matches the token against similar rows, by calculating "distance" between the
terms.
|
code » | ||
![]()
Function used to pass matches to the autocomplete
|
code » | ||
![]()
Replaces the rows that this object searches over.
Arguments:
|
code » |
Matches the token against the specified rows, first looking for prefix
matches and if that fails, then looking for similar matches.
|
code » | |
Matches the token against the start of words in the row.
|
code » | |
Matches the token against similar rows, by calculating "distance" between the
terms.
|
code » |