Use command line occ to install incompatible apps

Hi, I want to install the fulltext search on a fresh NC22 installation by using the occ command.
Unfortunately I get the following message back:

sudo -u www-data php /var/www/html/nextcloud/occ app:install fulltextsearch
Error: App “Full text search” cannot be installed because it is not compatible with this version of the server.

When loggin in as admin i can activate the app as “untested” and then install it. How can I do it using the OCC command?

You could try

occ app:install fulltextsearch --force
3 Likes