No description
Find a file
Nextcloud bot 4a91b0d94f
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-22 00:45:51 +00:00
.github/workflows ci: update reuse.yml workflow from template 2025-06-27 10:13:54 +00: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 2025-10-22 00:45:51 +00:00
lib refactor(QueryBuilder): Port away from deprecated execute method 2025-10-13 16:13:57 +02:00
LICENSES ci(reuse): Add reuse check 2024-10-29 11:08:19 +01:00
screenshots rename 2018-08-28 20:30:39 +02:00
templates docs(reuse): Add SPDX header 2024-10-29 11:07:25 +01: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 -composer 2023-09-20 18:10:23 -01:00
composer.lock 29.0.0 2024-05-20 15:58:55 -01: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
README.md docs(readme): Add reuse badge 2024-10-29 11:09:39 +01:00
REUSE.toml docs(reuse): Add SPDX header 2024-10-29 11:07:25 +01: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