search

goog.ui.ac.ArrayMatcher

Provided By

Basic class for matching words in an array

new ArrayMatcher( rows, opt_noSimilar )

Parameters
rows(Array<?>|null)

Dictionary of items to match. Can be objects if they have a toString method that returns the value to match against.

opt_noSimilarboolean=

if true, do not do similarity matches for the input token against the dictionary.

Instance Methods

Instance Properties

Static Functions