@bridgeline-digital/hawksearch-handlebars-ui 5.1.0-beta.4 → 5.1.0-beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -591,6 +591,13 @@ export interface HawkSearchConfig {
591
591
  assets?: string;
592
592
  content?: string;
593
593
  };
594
+ /**
595
+ * Specifies whether search queries should be displayed on console
596
+ *
597
+ * #### Default Value
598
+ * `false`
599
+ */
600
+ debug?: boolean;
594
601
  }
595
602
  export interface HawkSearchGlobal {
596
603
  config: HawkSearchConfig;