Home > @findkit/ui > SearchEngine > start

SearchEngine.start() method

"Start the search engine" eg. start listening to input, url etc. changes.

This is in separate method so the users can modify the engine state before it starts listening to changes. For example this allows users to modify the ui object with updateParams() in the "loaded" and "language" event without extra search reqeusts.

Signature:

start(): void;

Returns:

void