Browse Source

Fix default search-engine for 2.4.6 by setting it to opensearch #937

Mark Shust 2 năm trước cách đây
mục cha
commit
e9c0f4384e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      compose/bin/setup-install

+ 1 - 0
compose/bin/setup-install

@@ -51,5 +51,6 @@ bin/clinotty bin/magento setup:install \
   --elasticsearch-port="$ES_PORT" \
   --opensearch-host="$OPENSEARCH_HOST" \
   --opensearch-port="$OPENSEARCH_PORT" \
+  --search-engine=opensearch \
   --use-rewrites=1 \
   --no-interaction