@bridgeline-digital/hawksearch-handlebars-ui
    Preparing search index...

    Interface Rule

    interface Rule {
        Condition: string;
        Field: string;
        Rules: Rule[];
        Value: string;
    }
    Index

    Properties

    Condition: string
    Field: string
    Rules: Rule[]
    Value: string