We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7978e4f commit b9b1d19Copy full SHA for b9b1d19
generator/config/schema.json
@@ -184,7 +184,8 @@
184
"decimal",
185
"searchPath",
186
"searchScore",
187
- "searchOperator"
+ "searchOperator",
188
+ "searchHighlight"
189
]
190
}
191
},
generator/config/search/in.yaml
@@ -35,6 +35,9 @@ tests:
35
birthdate: 1
36
schema:
37
customers: &ref_0
38
+ _id:
39
+ types:
40
+ - bsonType: ObjectId
41
username:
42
types:
43
- bsonType: String
generator/config/stage/search.yaml
@@ -24,7 +24,7 @@ arguments:
24
- name: highlight
25
optional: true
26
type:
27
- - object
+ - searchHighlight
28
description: |
29
Specifies the highlighting options for displaying search terms in their original context.
30
- name: concurrent
0 commit comments