Commit Graph

365 Commits

Author SHA1 Message Date
3e28ce1254 Add the sql concat function to query builder 2021-01-18 21:51:45 +01:00
249f9e6e2a Extend guessing tags to all tag categories 2021-01-18 21:51:45 +01:00
f01646aeb5 Reorganize nlp pipeline and add nlp-unsupported language italian
Improves and reorganizes how nlp pipelines are setup. Now users can
choose from many options, depending on their hardware and usage
scenario.

This is the base to use more languages without depending on what
stanford-nlp supports. Support then is involves to text extraction and
simple regex-ner processing.
2021-01-18 17:41:40 +01:00
a70e9ab614 Store used language for processing on attachmentmeta
Issue: #570
2021-01-17 22:56:33 +01:00
f0f0e6e0d4 Search for categories case-insensitive
The string was already lowercased, but the comparison was not.

Fixes #568
2021-01-17 20:10:24 +01:00
623a61dbb6 Introduce a lowerEq operator to the query builder 2021-01-17 20:10:00 +01:00
3fccc3df39 Return all tags in search stats result
Before only tags with a count > 0 were included. Now those that have
not attached to any item are returned as well.
2021-01-11 12:13:13 +01:00
0cfd8974d3 Add a flag to imap settings to enable/disable oauth2 scheme 2021-01-04 11:03:04 +01:00
95fd386c14 Fixing find-by-checksum with exclusions
The NOT-IN query must check for null separately, as everything with
null evaluates to false in sql resulting in not finding existing
duplicates.
2021-01-03 12:29:03 +01:00
97dfcece97 Fix duplicate check on restarts
Issue: #530
2021-01-02 21:18:05 +01:00
a9ed0364d2 Fix linking guessed tags
Since tag names are lower-cased the search must happen lower-cased, too.
2021-01-02 01:30:31 +01:00
36858da624 Fix search condition for empty items set 2020-12-17 23:07:04 +01:00
8fba637ebe Add folder counts to search summary 2020-12-16 01:14:27 +01:00
77627534bc Improve on basic search summary 2020-12-15 23:37:02 +01:00
f3855628d5 Extend query builder with more functions 2020-12-15 23:34:12 +01:00
4ca6dfccae Get basic search summary 2020-12-15 23:10:13 +01:00
56d6d2e2ac Allow changing more parts of a select 2020-12-15 22:12:44 +01:00
f1c4b4adb0 Extract find-item query condition 2020-12-15 21:03:47 +01:00
2dff686fa0 Introduce unit condition 2020-12-15 21:03:47 +01:00
80406cabc2 Refactoring some code into separate files 2020-12-15 21:03:47 +01:00
278b1c22c9 Remove old code 2020-12-15 21:03:46 +01:00
2cecd01837 Convert rest of QItem 2020-12-15 21:03:46 +01:00
d1606d6f16 Remove old commented code 2020-12-15 21:03:46 +01:00
266fec9eb5 Convert find items query 2020-12-15 21:03:46 +01:00
5e2c5d2a50 Extends query builder 2020-12-15 21:03:46 +01:00
35c62049f5 Start converting QItem 2020-12-15 21:03:46 +01:00
a355767fdb Convert all query libs besides QItem 2020-12-15 21:03:46 +01:00
fd6d09587d Convert more records 2020-12-15 21:03:46 +01:00
613696539f Minor refactorings 2020-12-15 21:03:46 +01:00
d6f28d3eca Convert folder 2020-12-15 21:03:46 +01:00
87eb8c7f55 Convert more records 2020-12-15 21:03:46 +01:00
e3f6892abd Convert job record 2020-12-15 21:03:46 +01:00
1aa1f4367e Convert periodic tasks 2020-12-15 21:03:46 +01:00
3cef932ccd Convert more records 2020-12-15 21:03:46 +01:00
fe4815c737 Convert RSentMail 2020-12-15 21:03:46 +01:00
5cbf0d5602 Convert more records 2020-12-15 21:03:46 +01:00
10b49fccf8 Converting user and userimap records 2020-12-15 21:03:46 +01:00
c5c7f7ed3b Convert equipment record 2020-12-15 21:03:46 +01:00
adee496b77 Convert source record 2020-12-15 21:03:46 +01:00
2dbb1db2fd Initial outline for a simple query builder 2020-12-15 21:03:46 +01:00
27d087b14c Fix foreign key constraints 2020-12-14 14:34:22 +01:00
a0642905db Use remember-me cookie if present 2020-12-04 17:59:25 +01:00
c10c1fad72 Prepare remember-me authentication variant 2020-12-04 17:59:25 +01:00
290989f67f Reorder correspondent person suggestion based on org relationship 2020-12-01 23:39:45 +01:00
fc2668feee Allow to connect a person to an organization 2020-12-01 23:39:45 +01:00
0ee8ff66d5 Allow to search by source name 2020-11-30 14:07:45 +01:00
3fabe0a582 Update to Scala 2.13.4 2020-11-27 20:26:24 +01:00
0919eec3c2 Improve field query and fix mariadb's pickiness with parens
If no query is given, don't search with `like '%'`. MariaDB doesn't
want parens around columns in the GROUP BY clause.
2020-11-25 21:08:49 +01:00
52c6659f9f Add missing schema migrations for custom fields 2020-11-25 21:08:49 +01:00
9bea0298ad Allow to query custom field values with wildcards 2020-11-23 10:59:13 +01:00