File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -948,7 +948,7 @@ if [ "$FULLTEXTSEARCH_ENABLED" = 'yes' ]; then
948948 fi
949949 php /var/www/html/occ fulltextsearch:configure ' {"search_platform":"OCA\\FullTextSearch_Elasticsearch\\Platform\\ElasticSearchPlatform"}'
950950 php /var/www/html/occ fulltextsearch_elasticsearch:configure " {\" elastic_host\" :\" http://$FULLTEXTSEARCH_USER :$FULLTEXTSEARCH_PASSWORD @$FULLTEXTSEARCH_HOST :$FULLTEXTSEARCH_PORT \" ,\" elastic_index\" :\" $FULLTEXTSEARCH_INDEX \" }"
951- php /var/www/html/occ files_fulltextsearch:configure " {\" files_pdf\" :\" 1 \" ,\" files_office\" :\" 1 \" }"
951+ php /var/www/html/occ files_fulltextsearch:configure " {\" files_pdf\" :true ,\" files_office\" :true }"
952952
953953 # Do the index
954954 if ! [ -f " $NEXTCLOUD_DATA_DIR /fts-index.done" ]; then
You can’t perform that action at this time.
0 commit comments