File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ export default class Helpers {
193193 * @param {object } options - The client optional configuration for this request.
194194 * @return {array } The documents that matched the request.
195195 */
196- async search < TDocument = unknown > ( params : T . SearchRequest , options : TransportRequestOptions = { } ) : Promise < Array < TDocument & { _id : Id } > > {
196+ async search < TDocument = unknown > ( params : T . SearchRequest , options : TransportRequestOptions = { } ) : Promise < Array < TDocument & { _id : Id } > > {
197197 appendFilterPath ( 'hits.hits._id,hits.hits._source' , params , true )
198198 options . meta = true
199199 const { body : result } = await this [ kClient ] . search < TDocument > ( params , options as TransportRequestOptionsWithMeta )
You can’t perform that action at this time.
0 commit comments