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

DivisionsSearchOptions

import type { DivisionsSearchOptions } from "https://googleapis.deno.dev/v1/civicinfo:v2.ts";

Additional options for Civicinfo#divisionsSearch.

interface DivisionsSearchOptions {
query?: string;
}

§Properties

§
query?: string
[src]

The search query. Queries can cover any parts of a OCD ID or a human readable division name. All words given in the query are treated as required patterns. In addition to that, most query operators of the Apache Lucene library are supported. See http://lucene.apache.org/core/2_9_4/queryparsersyntax.html