Skip to content

Commit

Permalink
Merge branch 'master' into disable-maintenance-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 authored Jul 28, 2023
2 parents 3c46dc9 + 4ca9ad9 commit 0f6d9c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/fulltextsearch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ root_check
# Nextcloud 21 is required.
lowest_compatible_nc 21

if [ "${CURRENTVERSION%%.*}" -ge "25" ]
then
msg_box "Sorry, it's not possible to install FTS anymore since Nextcloud decided to remove support for OpenSearch.
Read more in this issue: https://github.com/nextcloud/fulltextsearch_elasticsearch/issues/271"
fi

# Check if Full Text Search is already installed
if ! does_this_docker_exist "$nc_fts" && ! does_this_docker_exist "$opens_fts" && ! is_app_installed fulltextsearch
then
Expand Down

0 comments on commit 0f6d9c1

Please sign in to comment.