From daf54a334fbae4d0dd264f20726ada229df7c35f Mon Sep 17 00:00:00 2001 From: jonaswinkler Date: Mon, 30 Nov 2020 16:30:24 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef088ef9e..5c1953469 100644 --- a/README.md +++ b/README.md @@ -45,16 +45,16 @@ For a complete list of changes, check out the [changelog](https://paperless-ng.r # Roadmap for 1.0 +- Make the front end nice (except mobile). - Test coverage at 90%. - Store archived documents with an embedded OCR text layer, while keeping originals available. Making good progress in the `feature-ocrmypdf` branch. -- Fix whatever bugs I and you find +- Fix whatever bugs I and you find. ## Roadmap for versions beyond 1.0 - **More search.** The search backend is incredibly versatile and customizable. Searching is the most important feature of this project and thus, I want to implement things like: - Group and limit search results by correspondent, show “more from this” links in the results. - Ability to search for “Similar documents” in the search results - - Provide corrections for mispelled queries - **An interactive consumer** that shows its progress for documents it processes on the web page. - With live updates ans websockets. This already works on a dev branch, but requires a lot of new dependencies, which I'm not particular happy about. - Notifications when a document was added with buttons to open the new document right away. From 756c80690d613ff204035f424574c7f67761677c Mon Sep 17 00:00:00 2001 From: jonaswinkler Date: Mon, 30 Nov 2020 23:02:59 +0100 Subject: [PATCH 2/2] fix for the docs. --- docs/usage_overview.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/usage_overview.rst b/docs/usage_overview.rst index 4ce7f9b7a..35ca505a3 100644 --- a/docs/usage_overview.rst +++ b/docs/usage_overview.rst @@ -176,20 +176,20 @@ further. Matching documents with logical expressions: -.. code:: none +.. code:: shopname AND (product1 OR product2) Matching specific tags, correspondents or types: -.. code:: none +.. code:: type:invoice tag:unpaid correspondent:university certificate Matching dates: -.. code:: none +.. code:: created:[2005 to 2009] added:yesterday @@ -197,7 +197,7 @@ Matching dates: Matching inexact words: -.. code:: none +.. code:: produ*name