Skip to content

Commit

Permalink
Update pipelinestage.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mreouven committed Aug 28, 2023
1 parent 9f1c24c commit f44e169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/pipelinestage.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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?: {
Expand Down

0 comments on commit f44e169

Please sign in to comment.