We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d790a commit 4038aa5Copy full SHA for 4038aa5
apps/fulltextsearch.sh
@@ -191,9 +191,6 @@ install_and_enable_app fulltextsearch_elasticsearch
191
install_and_enable_app files_fulltextsearch
192
chown -R www-data:www-data "$NC_APPS_PATH"
193
194
-# Apply patch
195
-git_apply_patch 319 fulltextsearch_elasticsearch 27.1.1 "$NCPATH/apps/fulltextsearch_elasticsearch"
196
-
197
# Final setup
198
nextcloud_occ fulltextsearch:configure '{"search_platform":"OCA\\FullTextSearch_Elasticsearch\\Platform\\ElasticSearchPlatform"}'
199
nextcloud_occ fulltextsearch_elasticsearch:configure "{\"elastic_host\":\"http://elastic:$ELASTIC_USER_PASSWORD@localhost:9200\",\"elastic_index\":\"${NEXTCLOUD_INDEX}\"}"
0 commit comments