mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Merge branch 'master' into dev
This commit is contained in:
commit
3168602610
@ -45,16 +45,16 @@ For a complete list of changes, check out the [changelog](https://paperless-ng.r
|
|||||||
|
|
||||||
# Roadmap for 1.0
|
# Roadmap for 1.0
|
||||||
|
|
||||||
|
- Make the front end nice (except mobile).
|
||||||
- Test coverage at 90%.
|
- 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.
|
- 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
|
## 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:
|
- **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.
|
- 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
|
- 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.
|
- **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.
|
- 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.
|
- Notifications when a document was added with buttons to open the new document right away.
|
||||||
|
@ -176,20 +176,20 @@ further.
|
|||||||
|
|
||||||
Matching documents with logical expressions:
|
Matching documents with logical expressions:
|
||||||
|
|
||||||
.. code:: none
|
.. code::
|
||||||
|
|
||||||
shopname AND (product1 OR product2)
|
shopname AND (product1 OR product2)
|
||||||
|
|
||||||
Matching specific tags, correspondents or types:
|
Matching specific tags, correspondents or types:
|
||||||
|
|
||||||
.. code:: none
|
.. code::
|
||||||
|
|
||||||
type:invoice tag:unpaid
|
type:invoice tag:unpaid
|
||||||
correspondent:university certificate
|
correspondent:university certificate
|
||||||
|
|
||||||
Matching dates:
|
Matching dates:
|
||||||
|
|
||||||
.. code:: none
|
.. code::
|
||||||
|
|
||||||
created:[2005 to 2009]
|
created:[2005 to 2009]
|
||||||
added:yesterday
|
added:yesterday
|
||||||
@ -197,7 +197,7 @@ Matching dates:
|
|||||||
|
|
||||||
Matching inexact words:
|
Matching inexact words:
|
||||||
|
|
||||||
.. code:: none
|
.. code::
|
||||||
|
|
||||||
produ*name
|
produ*name
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user