No description
  • PHP 75%
  • JavaScript 23.5%
  • CSS 1%
  • Makefile 0.5%
Find a file
Carl Schwan 85bf065205
Merge pull request #953 from moskvin/internal-server-error-app-patch
Fix Internal Server Error from `OC\Server::getL10NFactory()` when app navigation is enabled
2026-07-17 13:35:10 +02:00
.github/workflows feat: Add unit test for lib/Db 2026-05-20 10:27:22 +02:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:32:29 +00:00
appinfo Merge pull request #952 from moskvin/master 2026-07-17 13:32:46 +02:00
css docs(reuse): Add SPDX header 2024-10-29 11:07:25 +01:00
docs docs(reuse): Add SPDX header 2024-10-29 11:07:25 +01:00
img docs(reuse): Add SPDX header 2024-10-29 11:07:25 +01:00
js Fix admin UI without global jQuery 2026-06-25 12:53:54 +10:00
l10n fix(l10n): Update translations from Transifex 2026-07-03 01:00:10 +00:00
lib Merge branch 'master' into internal-server-error-app-patch 2026-07-17 13:21:29 +02:00
LICENSES chore: Add phpstan 2026-05-11 16:58:49 +02:00
screenshots rename 2018-08-28 20:30:39 +02:00
templates fix: Run composer cs:fix 2026-06-08 15:24:53 +02:00
tests Merge branch 'master' into internal-server-error-app-patch 2026-07-17 13:21:29 +02:00
vendor-bin fix: Run composer cs:fix 2026-06-08 15:24:53 +02:00
.gitignore feat: Add unit test for lib/Db 2026-05-20 10:27:22 +02:00
.scrutinizer.yml docs(reuse): Add SPDX header 2024-10-29 11:07:25 +01:00
AUTHORS.md docs(reuse): Add SPDX header 2024-10-29 11:07:25 +01:00
CHANGELOG.md fix changelog 2025-10-03 13:00:52 -01:00
composer.json fix: Run composer cs:fix 2026-06-08 15:24:53 +02:00
composer.lock chore: Add phpstan 2026-05-11 16:58:49 +02:00
LICENSE nextant v2 2017-12-26 11:02:40 -01:00
Makefile docs(reuse): Add SPDX header 2024-10-29 11:07:25 +01:00
mkdocs.yml docs(reuse): Add SPDX header 2024-10-29 11:07:25 +01:00
phpstan.neon Merge branch 'master' into internal-server-error-app-patch 2026-07-17 13:21:29 +02:00
README.md docs(readme): Add reuse badge 2024-10-29 11:09:39 +01:00
REUSE.toml chore: Add phpstan 2026-05-11 16:58:49 +02:00

Full text search

REUSE status Scrutinizer Code Quality

Full text search is the core app of a full-text search framework for your Nextcloud. To have it operate, and get content indexed, some other apps are needed:

  • Some Providers Apps to extract content from your Nextcloud.
  • A Platform App that communicate with a search platform (ie. Elastic Search, Solr, …) in order to index the content provided by the Providers.
    Note: There is no limit to the number of platform-apps that can be installed, however only one can be selected from the admin interface

Documentation

Can be found on the wiki