Commit Graph

883 Commits

Author SHA1 Message Date
83ba874219 Update sbt-mdoc to 2.2.3 2020-06-25 18:22:29 +02:00
90f5d15010 Merge pull request #156 from scala-steward/update/sbt-openapi-schema-0.6.1
Update sbt-openapi-schema to 0.6.1
2020-06-25 06:50:41 +00:00
2a98c2ca42 Fix openapi spec for joex 2020-06-25 08:43:02 +02:00
2c22ed4fe0 Merge pull request #157 from scala-steward/update/http4s-blaze-client-0.21.5
Update http4s-blaze-client, ... to 0.21.5
2020-06-25 04:27:41 +00:00
1ebd4fee20 Update http4s-blaze-client, ... to 0.21.5 2020-06-25 06:20:09 +02:00
133e44736f Update sbt-openapi-schema to 0.6.1 2020-06-25 02:16:29 +02:00
c81b92af6d Documentation updates 2020-06-25 01:36:26 +02:00
0ba1736bc8 Remove items/attachments from index on delete 2020-06-25 00:00:10 +02:00
64c96942a9 Fix deleting items that have sent mails 2020-06-24 23:47:58 +02:00
14213c4c27 Allow some solr query options in the config file 2020-06-24 23:37:20 +02:00
793f33b640 Update finding documentation 2020-06-24 23:37:20 +02:00
532caed84c Consistent logging of request/responses to solr
Using a middleware. Also add missing changesets for mariadb.
2020-06-24 21:25:46 +02:00
47697a8056 Set some logs to trace 2020-06-24 01:16:13 +02:00
7df77208fe Fix duplicate search results 2020-06-24 01:15:53 +02:00
8e0282c25f Indicate when the search-menu is not used 2020-06-24 01:15:41 +02:00
7d7460b1c9 Cleanup + hiding false errors from log 2020-06-24 00:23:22 +02:00
30937d4908 Set default max page size to 200 2020-06-24 00:04:10 +02:00
43b18db76a Don't scroll when loading more items 2020-06-24 00:03:58 +02:00
b8558d6837 Don't trigger search when fields are cleared 2020-06-24 00:03:17 +02:00
6846f2f46e Add new search-index route to web-ui 2020-06-24 00:03:17 +02:00
d5c9923a6d Add a route that only searches the full-text index
It returns the results in the same order as received from the index to
preserve the relevance ordering.
2020-06-24 00:03:17 +02:00
d9f0f05613 Refactor findItemsWithTags to more general useful 2020-06-23 21:27:01 +02:00
d50526b47e Merge pull request #155 from scala-steward/update/mariadb-java-client-2.6.1
Update mariadb-java-client to 2.6.1
2020-06-23 12:33:44 +00:00
2c5fbc2306 Update mariadb-java-client to 2.6.1 2020-06-23 14:26:05 +02:00
647911563e Fix paging when using full-text search 2020-06-23 01:44:52 +02:00
15c0fb4395 Merge branch 'master' into fts 2020-06-23 00:32:27 +02:00
9db3c70e3f ScalafmtAll to sbt files 2020-06-23 00:28:42 +02:00
e06a3f8fdd ScalafmtAll 2020-06-23 00:18:59 +02:00
a3e16e57de Display search highlighting in webapp 2020-06-23 00:17:29 +02:00
ffbb16db45 Transport highlighting information to the client 2020-06-23 00:17:29 +02:00
a58ffd11e1 Return attachment-name from index 2020-06-22 21:28:26 +02:00
8ffbf651b0 Add fts routes to openapi.yml 2020-06-22 21:00:34 +02:00
5e77ff0fc5 Start search by pressing enter and not on each stroke
This reduces (unecessary) requests and eases the restless list
rendering. Throttling is still in place to avoid too many requests
when e.g. holding the enter-key.
2020-06-22 00:46:11 +02:00
6c8abf4cd7 Fix searchmenu styling 2020-06-21 23:45:12 +02:00
af4522c0a7 Prepare ui to handle content search 2020-06-21 22:33:10 +02:00
3d82e03a8a Remove solr query from debug log 2020-06-21 22:29:45 +02:00
cfe5aa8894 Use no-op fts-client if disabled + push this flag to the webui 2020-06-21 21:06:08 +02:00
330fdcdd5b Add rest endpoints to re-create the index 2020-06-21 20:13:33 +02:00
0d8b03fc61 Add backend operations for re-creating the full-text index 2020-06-21 15:46:51 +02:00
14ea4091c4 Renaming things 2020-06-21 13:15:02 +02:00
2f6e531c45 Refactoring index migration task 2020-06-21 01:37:23 +02:00
9acea8307d Update full-text index when changing data 2020-06-21 00:33:39 +02:00
383614f908 Allow updating single fields in solr 2020-06-20 23:37:47 +02:00
3018fbc0b6 Merge pull request #152 from scala-steward/update/scalafmt-core-2.6.1
Update scalafmt-core to 2.6.1
2020-06-20 21:12:37 +00:00
7609b2b7c3 Run scalafmtAll 2020-06-20 23:03:51 +02:00
1f4ff0d4c4 Add language to schema, extend fts-client 2020-06-20 22:44:47 +02:00
3576c45d1a First basic working solr search 2020-06-20 02:18:49 +02:00
7a15287e02 Merge pull request #154 from scala-steward/update/sbt-sonatype-3.9.3
Update sbt-sonatype to 3.9.3
2020-06-19 23:09:08 +00:00
e3b9670d5a Update sbt-sonatype to 3.9.3 2020-06-20 01:00:52 +02:00
2a0bf24088 Setup solr schema and index all data using a system task
The task runs on application start. It sets the schema using solr's
schema api and then indexes all data in the database. Each step is
memorized so that it is not executed again on subsequent starts.
2020-06-19 21:37:22 +02:00