Fast-DB Batch Search Client - v3.1.0
    Preparing search index...

    Interface BatchSearchQuery

    Types for Fast-DB Batch Search API

    interface BatchSearchQuery {
        $fuzzy?: boolean;
        $node_field: string;
        $node_query: string;
        $results_per_query?: number;
        $target_field: string;
        $target_queries: string[];
    }
    Index

    Properties

    $fuzzy?: boolean
    $node_field: string
    $node_query: string
    $results_per_query?: number
    $target_field: string
    $target_queries: string[]