Commit Graph

56 Commits

Author SHA1 Message Date
Uwe Steinmann
2580c56a09 improve search for similar documents (extend or reduce the list of search terms) 2023-03-15 18:05:28 +01:00
Uwe Steinmann
6a84abb6ce search for similar docs 2023-03-15 14:23:03 +01:00
Uwe Steinmann
63539d9e07 return only released documents 2023-03-09 17:19:36 +01:00
Uwe Steinmann
19b5a670d7 fix passing attributes to search() of fulltext 2023-03-09 07:55:27 +01:00
Uwe Steinmann
3f871b3b77 search for document types and correspondents 2023-02-21 13:08:46 +01:00
Uwe Steinmann
691bbcd689 fixed getting list of document types 2023-02-21 13:08:09 +01:00
Uwe Steinmann
2a19650419 set correspondent and document type in document data 2023-02-21 13:07:33 +01:00
Uwe Steinmann
9c3114634b add search for more_like_id and correpondent (not used yet) 2023-02-18 15:42:15 +01:00
Uwe Steinmann
68c706b6e6 get document types like correspondents from attribute 2023-02-18 15:39:37 +01:00
Uwe Steinmann
32aed7f3eb get correspondents from ->getStatistics() 2023-02-18 15:38:52 +01:00
Uwe Steinmann
1121532204 add route /api/statistics/ 2023-02-18 09:43:25 +01:00
Uwe Steinmann
ae0d06f1ef ordering by asn uses document id 2023-02-18 09:42:59 +01:00
Uwe Steinmann
59084a1ddd distinguish between rootfolder and startfolder 2023-02-18 09:37:23 +01:00
Uwe Steinmann
111e842645 archive serial number must be an int 2023-02-18 09:33:55 +01:00
Uwe Steinmann
959b8bea7d add initila support for correspondents 2023-02-08 20:47:58 +01:00
Uwe Steinmann
7fe0f08ba5 set default time of token to 365 days 2023-02-08 20:46:01 +01:00
Uwe Steinmann
4a1b6ba98e no need to include Preview.php anymore 2023-02-05 14:22:05 +01:00
Uwe Steinmann
d114d74dba autocomplete just completes the last term of a list of space separated terms 2023-02-05 14:21:37 +01:00
Uwe Steinmann
ed9c01e05a log data send to put_document 2023-01-17 16:31:59 +01:00
Uwe Steinmann
321f80f974 field for autocompletion can be set 2023-01-16 16:03:10 +01:00
Uwe Steinmann
9f0df3cabe set search for categories ot '*' if parameter is_tagged is set 2023-01-12 09:17:50 +01:00
Uwe Steinmann
697602c67d eval paramter truncate_content, fix handling of parameter page if not set 2023-01-12 09:17:35 +01:00
Uwe Steinmann
4e5aecde19 parse created__date__* 2023-01-10 20:40:19 +01:00
Uwe Steinmann
f0c66b737f support combinded search with date and query string 2023-01-10 18:16:14 +01:00
Uwe Steinmann
d91bae4692 add upload folder 2023-01-09 10:05:22 +01:00
Uwe Steinmann
1aafda54b2 support search query 'created:' 2023-01-05 10:28:01 +01:00
Uwe Steinmann
c01cfb8491 use text previewer to get content of document 2023-01-05 10:27:51 +01:00
Uwe Steinmann
b1e64e8d66 return first 3000 chars as content 2022-12-20 21:30:01 +01:00
Uwe Steinmann
dec9467f8c switch 'desc' and 'asc' sorting, a leading '-' means desc 2022-12-20 21:28:06 +01:00
Uwe Steinmann
cf4dc1ad3e add query format 'added:[xx to yy]' 2022-12-18 13:41:06 +01:00
Uwe Steinmann
6fb4f4f85e remove echo 2022-12-14 20:26:48 +01:00
Uwe Steinmann
c75e980c0a fix priority of many log messages 2022-12-14 18:09:16 +01:00
Uwe Steinmann
c1125b2c97 document_download returns orig file, document_preview returns pdf 2022-12-14 14:52:45 +01:00
Uwe Steinmann
75783e48e0 add calls to post, list, delete saved views 2022-12-14 14:52:20 +01:00
Uwe Steinmann
f945931298 deletion of document return status code 204 2022-12-13 16:28:45 +01:00
Uwe Steinmann
fbecd128ce download of document will alwasy return a pdf 2022-12-13 16:28:28 +01:00
Uwe Steinmann
51ff1e6c7c search if title_content or title__icontains is passed 2022-12-13 16:27:34 +01:00
Uwe Steinmann
12c5cbe6ba do not log user credentials 2022-12-13 16:27:03 +01:00
Uwe Steinmann
a327d9fcaa use translated message when token has expired 2022-12-13 11:59:17 +01:00
Uwe Steinmann
0b7181b44d add pagination of search result 2022-12-13 11:59:05 +01:00
Uwe Steinmann
d20b697961 take all tags into account when searching 2022-12-13 11:58:28 +01:00
Uwe Steinmann
b286b52791 list of tags contains if tag is inbox tag 2022-12-13 11:57:13 +01:00
Uwe Steinmann
5a57974460 fix getting homefolder 2022-12-12 19:03:25 +01:00
Uwe Steinmann
5deadcfd1c add route statstotal 2022-12-12 19:02:22 +01:00
Uwe Steinmann
9bff27abfc set live time of token from settings 2022-12-12 19:01:31 +01:00
Uwe Steinmann
58e864f0b6 pass inbox tags to __getCategoryData() 2022-12-12 19:00:52 +01:00
Uwe Steinmann
af76aa6ee8 return http code 204 when deletion was successful 2022-12-11 16:18:33 +01:00
Uwe Steinmann
2276987b2e send notification after document was deleted 2022-12-11 15:23:05 +01:00
Uwe Steinmann
85f417a8c7 log if upload failed/succeeded 2022-12-11 15:22:25 +01:00
Uwe Steinmann
77e364578b set mandatory reviewers, approvers, workflow 2022-12-11 15:21:49 +01:00