πŸ” Core of the full-text search framework for Nextcloud
ΠŸΠ΅Ρ€Π΅ΠΉΡ‚ΠΈ ΠΊ Ρ„Π°ΠΉΠ»Ρƒ
Maxence Lange 6931cb432d 29.0.1
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2024-08-19 18:19:11 -01:00
.github/workflows chore: update workflows from templates 2024-02-05 17:10:21 +01:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:32:29 +00:00
appinfo 29.0.1 2024-08-19 18:19:11 -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-06-18 00:52:11 +00:00
lib fix: Add navigation entry by closure 2024-08-19 18:58:47 +00: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.1 2024-08-19 18:19:11 -01:00
LICENSE nextant v2 2017-12-26 11:02:40 -01:00
Makefile 29.0.1 2024-08-19 18:19:11 -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 17:02:51 +00: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