No description
  • PHP 76.4%
  • JavaScript 22.2%
  • CSS 0.9%
  • Makefile 0.5%
Find a file
Nextcloud bot 50ff0445fa
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-06-11 01:01:49 +00:00
.github/workflows chore: Add phpstan 2026-05-11 16:58:49 +02:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:32:29 +00:00
appinfo migration to Lexicon 2025-09-01 09:12:18 -01: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 migration to Lexicon 2025-09-01 09:12:18 -01:00
l10n fix(l10n): Update translations from Transifex 2026-06-11 01:01:49 +00:00
lib chore(phpstan): Bump to level 4 2026-05-12 10:26:36 +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 chore: Add phpstan 2026-05-11 16:58:49 +02:00
tests/stubs chore: Add phpstan 2026-05-11 16:58:49 +02:00
vendor-bin/phpstan chore: Add phpstan 2026-05-11 16:58:49 +02:00
.gitignore docs(reuse): Add SPDX header 2024-10-29 11:07:25 +01: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 chore: Add phpstan 2026-05-11 16:58:49 +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 chore(phpstan): Bump to level 4 2026-05-12 10:26:36 +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