UNPKG

search-client

Version:

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

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