@coveo/headless
    Preparing search index...

    Interface UpdateQueryActionCreatorPayload

    interface UpdateQueryActionCreatorPayload {
        enableQuerySyntax?: boolean;
        q?: string;
    }
    Index

    Properties

    enableQuerySyntax?: boolean

    Whether to interpret advanced Coveo Cloud query syntax in the query.

    q?: string

    The basic query expression (e.g., acme tornado seeds).