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

      ChemPal Documentation - v1.7.0

      Categories & Groups / Group

      Search

      22 entries across 6 modules.

      utils/search-query/detectTermType2

      • SearchTermType

        The kind of thing a single search term looks like. Used purely to colorize the search box — it does not change search behavior.

      • detectTermType

      utils/search-query/evaluateAst3

      utils/search-query/extractPositiveTerms2

      utils/search-query/highlightSearchQuery6

      utils/search-query/parseSearchQuery3

      utils/search-query/types6

      • 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.