πŸ” Core of the full-text search framework for Nextcloud
ΠŸΠ΅Ρ€Π΅ΠΉΡ‚ΠΈ ΠΊ Ρ„Π°ΠΉΠ»Ρƒ
Nextcloud bot 8e5c212bdb chore(CI): Updating pr-feedback.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-02 10:22:26 +00:00
.github/workflows chore(CI): Updating pr-feedback.yml workflow from template 2024-06-02 10:22:26 +00:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:32:29 +00:00
appinfo 29.0.0 2024-05-20 15:58:55 -01:00
css fixing display glitch 2021-08-10 11:02:59 -01:00
docs docs 2022-02-25 12:29:52 -01:00
img keeping NC searchbox 2018-02-08 08:43:01 -01:00
js fixing display glitch 2021-08-10 11:02:59 -01:00
l10n Fix(l10n): Update translations from Transifex 2024-05-18 00:42:32 +00:00
lib 29.0.0 2024-05-20 15:58:55 -01:00
screenshots rename 2018-08-28 20:30:39 +02:00
templates better load of libs 2021-07-19 22:04:52 -01:00
.gitignore 2.0.0 2020-10-15 17:03:46 -01:00
.scrutinizer.yml fix 2022-04-25 10:44:52 -01:00
CHANGELOG.md 29.0.0-alpha0 2023-12-05 10:31:14 -01:00
LICENSE nextant v2 2017-12-26 11:02:40 -01:00
Makefile 29.0.0 2024-05-20 15:58:55 -01:00
README.md RC1 2018-08-18 22:51:14 +02: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
mkdocs.yml fixing doc filename 2022-02-25 12:50:54 -01:00

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