Skip to content

Commit

Permalink
:(
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hansson <[email protected]>
  • Loading branch information
enoch85 authored Jul 28, 2023
1 parent 23499b7 commit 4ca9ad9
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 4ca9ad9

Please sign in to comment.