ChemPal Documentation - v1.6.0
    Preparing search index...

    A single search phrase leaf (e.g. Potassium Permanganate).

    interface TermNode {
        type: "term";
        value: string;
        phrase: boolean;
    }
    Index

    Properties

    Properties

    type: "term"
    value: string

    The phrase to match against a product title.

    phrase: boolean

    True when the value came from (or was normalized to) a multi-word phrase.