Skip to main content

Search as you type

Autocompletions are useful by proposing potential completions as the user types his fulltext query into the search box. Also referred to as "Search as you type."

Query Parameters
    query string

    Keywords to use for autocompletion.

    Example: Notebo
    max int32

    Possible values: >= 1 and <= 100

    Default value: 20

    Maximum number of completions to return.

    Example: 20
Responses

Returns information for autocompletion.


Schema
    property name* Autocompletions

    Autocompletions for a specific keyword, e.g. the product names, vendors, manufacturers etc. that match the particular keyword.

  • Array [
  • text string required

    Completed text.

    count object

    Information about an exact or approximate count.

    count integer

    Exact or approximate count.

    relation string

    Possible values: [eq, gte]

    Describes whether the count is an exact or an approximate value.

  • ]
Loading...