Skip to content

Commit 606ee94

Browse files
committed
Default query rewriting to false
1 parent 07b9394 commit 606ee94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.parameters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"value": "${AZURE_SEARCH_SEMANTIC_RANKER=free}"
8282
},
8383
"searchServiceQueryRewriting": {
84-
"value": "${AZURE_SEARCH_QUERY_REWRITING}"
84+
"value": "${AZURE_SEARCH_QUERY_REWRITING=false}"
8585
},
8686
"storageAccountName": {
8787
"value": "${AZURE_STORAGE_ACCOUNT}"

0 commit comments

Comments
 (0)