Skip to content

Commit 471854e

Browse files
authoredMar 14, 2024
fix(core): include request tag in Text Search API requests (#5988)
1 parent d9c2026 commit 471854e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/sanity/src/core/search/text-search/createTextSearch.ts

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ export const createTextSearch: SearchStrategyFactory<TextSearchResults> = (
127127
method: 'POST',
128128
json: true,
129129
body: textSearchParams,
130+
tag: factoryOptions.tag,
130131
})
131132
.pipe(
132133
map((response) => {

0 commit comments

Comments
 (0)
Please sign in to comment.