CodeforLeipzig / stadtratmonitor

Stadtratmonitor - Frontend
https://stadtratmonitor.leipzig.codefor.de/
MIT License
4 stars 4 forks source link

Fix entries for originator #29

Closed joergreichert closed 8 years ago

joergreichert commented 8 years ago

currently the entries are: dezernat, fraktion, und, die bau, stadtentwicklung, linke, gesundheit, jugend, soziales

Performing the following query against SQLite database select originator, count(name) as paper_count from papers group by originator having paper_count > 1 order by paper_count desc

gives: originator.xlsx

joergreichert commented 8 years ago

This could be maybe fixed by deactivating the tokenizer / analyzer for field originator in ElasticSearch mapping

jrlover commented 8 years ago

was already fixed by adding not_analyzed. Had forgotten to rebuild the index.