From f44e1699e9826c519886ddeeb7544ae94658ab9a Mon Sep 17 00:00:00 2001 From: Reouven Mimoun <37777368+mreouven@users.noreply.github.com> Date: Mon, 28 Aug 2023 22:39:08 +0300 Subject: [PATCH] Update pipelinestage.d.ts --- types/pipelinestage.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/pipelinestage.d.ts b/types/pipelinestage.d.ts index 28d1188bb13..1e6007cd24e 100644 --- a/types/pipelinestage.d.ts +++ b/types/pipelinestage.d.ts @@ -241,7 +241,7 @@ declare module 'mongoose' { } export interface SearchMeta { - /** [`$search` reference](https://www.mongodb.com/docs/atlas/atlas-search/query-syntax/) */ + /** [`$searchMeta` reference](https://www.mongodb.com/docs/atlas/atlas-search/query-syntax/#mongodb-pipeline-pipe.-searchMeta) */ $searchMeta: { index?: string; highlight?: {