Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

QueryInterpretationConfig

import type { QueryInterpretationConfig } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";

Default options to interpret user query.

interface QueryInterpretationConfig {
forceDisableSupplementalResults?: boolean;
forceVerbatimMode?: boolean;
}

§Properties

§
forceDisableSupplementalResults?: boolean
[src]

Set this flag to disable supplemental results retrieval, setting a flag here will not retrieve supplemental results for queries associated with a given search application. If this flag is set to True, it will take precedence over the option set at Query level. For the default value of False, query level flag will set the correct interpretation for supplemental results.

§
forceVerbatimMode?: boolean
[src]

Enable this flag to turn off all internal optimizations like natural language (NL) interpretation of queries, supplemental results retrieval, and usage of synonyms including custom ones. If this flag is set to True, it will take precedence over the option set at Query level. For the default value of False, query level flag will set the correct interpretation for verbatim mode.