ChemPare Documentation - v0.0.0
    Preparing search index...

    Interface CarolinaSearchParams

    Parameters used for constructing search queries. Defines the structure for search requests to the Carolina Biological Supply Company website.

    interface CarolinaSearchParams {
        tab: string;
        "product.type": string;
        "product.productTypes": string;
        facetFields: string;
        format: string;
        ajax: boolean;
        viewSize: number;
        q: string;
        [key: string]: undefined | string | number | boolean;
    }

    Indexable

    • [key: string]: undefined | string | number | boolean

      Index signature for additional properties

    Index

    Properties

    tab: string

    Active tab for the search

    "product.type": string

    Product type filter

    "product.productTypes": string

    Product types filter

    facetFields: string

    Fields to use for faceted search

    format: string

    Response format

    ajax: boolean

    Whether this is an AJAX request

    viewSize: number

    Number of results to return per page

    q: string

    Search query string