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

    Module utils/search-query/types

    Search - Utils

    TermNode

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

    AndNode

    Boolean AND of two sub-expressions.

    OrNode

    Boolean OR of two sub-expressions.

    NotNode

    Boolean negation of a sub-expression.

    SearchAst

    A node in the normalized search-query tree.

    ParsedSearchQuery

    The result of parsing a raw search string.