@yoch/frozenminisearch 1.2.0 → 1.2.2

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.
@@ -600,6 +600,7 @@ declare class FrozenMiniSearch<T = any> {
600
600
  private readonly _fieldTermFlyweight;
601
601
  private readonly _aggregateContext;
602
602
  private readonly _queryEngineParams;
603
+ private readonly _hasStoredFields;
603
604
  constructor(params: FrozenAssembleParams<T>);
604
605
  static readonly wildcard: typeof WILDCARD_QUERY;
605
606
  get documentCount(): number;