@coveo/headless
    Preparing search index...

    Interface StaticFilterValueMetadata

    interface StaticFilterValueMetadata {
        caption: string;
        expression: string;
    }
    Index

    Properties

    Properties

    caption: string

    The caption displayed to the user.

    expression: string

    The query expression.