UNPKG

search-client

Version:

Javascript library for executing searches in the Haive search-index via the SearchManager REST interface.

11 lines (10 loc) 312 B
import { BaseQueryConverter, Query } from '../Common'; /** * Class to handle creating find lookups. */ export declare class FindQueryConverter extends BaseQueryConverter { /** * Converts the query params to an array of key=value segments. */ protected getUrlParams(query: Query): string[]; }