Commit graph

96 commits

Author SHA1 Message Date
Joerg Reichert
2a1630a844 move to public 2023-04-01 22:48:16 +02:00
Joerg Reichert
bb975c8453 move to public 2023-04-01 22:40:37 +02:00
Joerg Reichert
f2b6426552 apply rails g foundation:install 2023-04-01 22:23:55 +02:00
Joerg Reichert
857ff4f164 Use data originated from OParl API 2020-09-20 23:18:17 +02:00
Lars Henrik Mai
048fb4dd30 Remove coffeescript support 2020-03-11 15:32:07 +01:00
Lars Henrik Mai
4e1e8b798a Fix a bunch of rubocop offenses 2020-03-11 14:29:50 +01:00
Lars Henrik Mai
c08ce6864c Rubocop autocorrect app directory 2020-03-11 14:29:50 +01:00
Lars Henrik Mai
ec4aa64cfc Remove unneeded git keep files 2020-03-11 14:29:50 +01:00
Joerg Reichert
ea13abc7c4 adapt asset handling 2020-02-29 18:03:44 +01:00
Lars Henrik Mai
dc3a97d3b8 Update elasticsearch
- Build our own elasticsearch image based on 6.8.6 which includes
configuration files for german decompounder from https://github.com/uschindler/german-decompounder

- move elastichq to separate service and use the official image instead of including it as plugin in the elasticsearch image

- Adjust compounder filter config in papers to use the included hyphenation_decompounder.
See https://www.elastic.co/guide/en/elasticsearch/reference/6.8/analysis-compound-word-tokenfilter.html

- Remove obsolete "string" type in the mapping of papers, and replace it
with "text" or "keywords" accordingly. See https://www.elastic.co/blog/strings-are-dead-long-live-strings
2020-01-16 12:20:47 +01:00
Joerg Reichert
4a9be9c579 Fix search bug 2019-10-27 14:34:49 +01:00
Joerg Reichert
3111422940 asc to desc to show most recent entries first for paper 2019-08-06 23:41:44 +02:00
Joerg Reichert
f0e1f53993 add map with district councils 2019-06-13 23:12:03 +02:00
Joerg Reichert
1612893b17 Add missing css height for leaflet 2019-06-13 23:12:03 +02:00
Joerg Reichert
1dca83138a #8: prepare map 2019-06-13 23:12:03 +02:00
Joerg Reichert
d58e0091bb #40: move matomo call to head 2018-04-15 16:03:00 +02:00
Joerg Reichert
a0f2b0cdc2 #40: remove superflous tags 2018-04-15 16:01:54 +02:00
Joerg Reichert
ae04d48523 #41: use link_to_unless_current 2018-04-15 15:51:43 +02:00
Joerg Reichert
18af85df81 #14: fix dashs, remove resolution (as wrong field) 2018-04-15 15:41:50 +02:00
Joerg Reichert
cb995d7440 #40: use codefor.de mapped matomo URI 2018-04-15 15:00:34 +02:00
Joerg Reichert
7dd6c508a9 #1: add more topics 2018-04-15 14:55:20 +02:00
Joerg Reichert
86e26a98a8 #1: more explanations 2018-04-15 14:55:20 +02:00
Joerg Reichert
f990c0ac06 #1: initial version 2018-04-15 14:55:20 +02:00
Joerg Reichert
495ccd3a3d #40: add Matamo Javascript call 2018-04-02 11:03:42 +02:00
Joerg Reichert
f2fe2ac6a4 22: impressum page 2018-03-31 17:22:42 +02:00
Joerg Reichert
ad77627973 Migration to Ruby 2.5, Rails 5.1.5, Elasticsearch 5.4.3 2018-03-24 19:32:34 +01:00
Jörg Reichert
9b7a3da1de Merge pull request #36 from joergreichert/28-stemming
Query "Tafeln" should also find entries with "Tafel"
2017-01-01 15:15:42 +01:00
Joerg Reichert
5c96de3ded 28 - use elasticsearch-analysis-decompound plugin to support finding results within compound words 2017-01-01 15:05:28 +01:00
Joerg Reichert
c041ae596f #12 - fixed rspec tests and add some more tests 2017-01-01 13:41:28 +01:00
Joerg Reichert
52f93fcb42 12: Group sequential papers in search results
#12: Group sequential papers in search results - use consistent layout
2016-12-29 17:36:46 +01:00
Joerg Reichert
568da30c54 Merge pull request #30 from CodeforLeipzig/more-tests
Add more tests
2016-04-12 21:03:46 +02:00
Joerg Reichert
4a072cc34e remove link 2016-04-10 20:38:00 +02:00
Joerg Reichert
64d40a3e9c / as root 2016-04-10 20:32:49 +02:00
Joerg Reichert
cc17cd5f16 Turn off CSRF protection for import 2016-04-10 15:31:35 +02:00
Joerg Reichert
16d6b7c389 readd sessions_controller 2016-04-10 15:24:58 +02:00
Joerg Reichert
5326e417bf remove self link 2016-04-10 14:54:10 +02:00
Joerg Reichert
98f05ca746 simplify routes 2016-04-10 14:48:04 +02:00
Joerg Reichert
ea83cd6f00 add creator and categories to RSS feed, format pubData correctly 2016-04-10 11:09:40 +02:00
Joerg Reichert
6b1b85c6df #21: added web hook for paper scraper notification 2016-04-03 12:14:37 +02:00
Lars Henrik Mai
0d09ebaad3 Add feature specs for simple search queries 2016-03-30 20:55:33 +02:00
Joerg Reichert
cdc5fcedf5 sort by date by default in web form 2016-03-26 16:52:51 +01:00
Joerg Reichert
5ef5975ad7 by default sort by published date, as initial web site shows all papers and thus there is no query yet that can be sorted by relevance 2016-03-26 13:40:39 +01:00
Joerg Reichert
0718e86f07 added mapping for attribute published_at to fix sorting by date. Note this requires rebuilding the elasticsearch index 2016-03-26 13:33:27 +01:00
Joerg Reichert
1734b8bfd6 Login button entfernt 2016-03-26 10:00:04 +01:00
Joerg Reichert
46f795fb88 fixed rss content and added header information to rss link 2016-03-02 22:48:59 +01:00
Joerg Reichert
1b7d35a7b8 first version of RSS builder 2016-03-02 21:27:34 +01:00
Lars Henrik Mai
9ae58e3a8d Add spec for search result pagination 2016-02-24 11:39:12 +01:00
Lars Henrik Mai
fda0d54717 Update kaminari pagination views 2016-02-24 10:58:15 +01:00
Lars Henrik Mai
e98655cbc2 Hide search score from items 2016-02-23 11:37:53 +01:00
Lars Henrik Mai
25ceb50141 Rework search-results markup 2016-02-23 11:04:50 +01:00