Skip to content

Commit

Permalink
fix code block
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <[email protected]>
  • Loading branch information
shanghaikid committed Jul 11, 2024
1 parent ac3856c commit 716aee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/utils/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ res = client.search(
}, # Search parameters
limit=${params.limit}, # Max. number of search results to return
output_fields=${JSON.stringify(
params.output_fields
params.output_fields.filter((f: string) => f !== '$meta')
)}, # Fields to return in the search results
consistency_level="${params.consistency_level}"
)
Expand Down

0 comments on commit 716aee6

Please sign in to comment.