@bridgeline-digital/hawksearch-handlebars-ui 2.0.0-beta.16 → 2.0.0-beta.17

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.
@@ -418,12 +418,6 @@ export interface HawkSearchConfig {
418
418
  * `'disableSpellcheck'`
419
419
  */
420
420
  disableSpellcheck?: string;
421
- /**
422
- * This value is used as a prefix before the field name of the facet. For example, with the default value, if the field name is `color`, the query string parameter would become `facet-color`.
423
- * #### Default Value
424
- * `'facet'`
425
- */
426
- facet?: string;
427
421
  /**
428
422
  * #### Default Value
429
423
  * `'page'`