@karmaniverous/jeeves
    Preparing search index...

    Function createConfigQueryHandler

    • Create a config query handler.

      Parameters

      • getConfig: () => unknown

        Function that returns the current config object.

      Returns ConfigQueryHandler

      A config query handler function.

      • No path parameter → returns the full config document.
      • Valid JSONPath → returns matching results with count.
      • Invalid JSONPath → returns 400 error.