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

FilterOptions

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

Filter options to be applied on query.

interface FilterOptions {
filter?: Filter;
objectType?: string;
}

§Properties

§
filter?: Filter
[src]

Generic filter to restrict the search, such as lang:en, site:xyz.

§
objectType?: string
[src]

If object_type is set, only objects of that type are returned. This should correspond to the name of the object that was registered within the definition of schema. The maximum length is 256 characters.