mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-09-15 21:46:53 +00:00
Update documentation and fix changelog wording
This commit is contained in:
@@ -9,15 +9,17 @@ permalink: dev/adr
|
||||
Some early information about certain details can be found in a few
|
||||
[ADR](https://adr.github.io/) that exist:
|
||||
|
||||
- [0001 Components](0001_components)
|
||||
- [0002 Component Interaction](0002_component_interaction)
|
||||
- [0003 Encryption](0003_encryption)
|
||||
- [0004 ISO8601 vs Unix](0004_iso8601vsEpoch)
|
||||
- [0005 Job Executor](0005_job-executor)
|
||||
- [0006 More File Types](0006_more-file-types)
|
||||
- [0007 Convert HTML](0007_convert_html_files)
|
||||
- [0008 Convert Text](0008_convert_plain_text)
|
||||
- [0009 Convert Office Files](0009_convert_office_docs)
|
||||
- [0010 Convert Image Files](0010_convert_image_files)
|
||||
- [0011 Extract Text](0011_extract_text)
|
||||
- [0012 Periodic Tasks](0012_periodic_tasks)
|
||||
- [0001 Components](adr/0001_components)
|
||||
- [0002 Component Interaction](adr/0002_component_interaction)
|
||||
- [0003 Encryption](adr/0003_encryption)
|
||||
- [0004 ISO8601 vs Unix](adr/0004_iso8601vsEpoch)
|
||||
- [0005 Job Executor](adr/0005_job-executor)
|
||||
- [0006 More File Types](adr/0006_more-file-types)
|
||||
- [0007 Convert HTML](adr/0007_convert_html_files)
|
||||
- [0008 Convert Text](adr/0008_convert_plain_text)
|
||||
- [0009 Convert Office Files](adr/0009_convert_office_docs)
|
||||
- [0010 Convert Image Files](adr/0010_convert_image_files)
|
||||
- [0011 Extract Text](adr/0011_extract_text)
|
||||
- [0012 Periodic Tasks](adr/0012_periodic_tasks)
|
||||
- [0013 Archive Files](adr/0013_archive_files)
|
||||
- [0014 Full-Text Search](adr/0014_fulltext_search_engine)
|
||||
|
@@ -1,9 +1,10 @@
|
||||
---
|
||||
layout: docs
|
||||
title: Fulltext Search Engine
|
||||
permalink: dev/adr/0014_fulltext_search_engine
|
||||
---
|
||||
|
||||
# Choose a Fulltext Search Engine
|
||||
# {{ page.title }}
|
||||
|
||||
It should be possible to search the contents of all documents.
|
||||
|
||||
|
Reference in New Issue
Block a user