🔍 Core of the full-text search framework for Nextcloud
Перейти к файлу
Nextcloud bot d8306ceb39
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-04 00:58:25 +00:00
.github/workflows
.tx
appinfo linked collection 2024-10-29 10:45:58 +00:00
css
docs
img
js
l10n Fix(l10n): Update translations from Transifex 2024-11-04 00:58:25 +00:00
lib linked collection 2024-10-29 10:45:58 +00:00
screenshots
templates
.gitignore
.scrutinizer.yml
CHANGELOG.md 28.0.2 2024-08-19 18:25:17 -01:00
LICENSE
Makefile 28.0.2 2024-08-19 18:25:17 -01:00
README.md
composer.json
composer.lock
mkdocs.yml

README.md

Full text search

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