Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The callback function receives an object with the following content:. Also receives params sent in options.

Code Block
languagejs
{
	totalHits: results,
    page: page,
    q: terms,
    referrer: document.referrer
}

...


Code samples

Normal Usage

Specifying a callback parameter

...