"Free Text" Search with Lex

The goal of this example is to convey how "free text" searching can be accomplished with Lex. Developers can register patterns (regexes) which correspond to known Token values. As a user types, suggestions will be presented based on matches with these patterns and, once selected, a fully-formed Token is added to the search bar.

Try typing a name or a number to begin.