biletboh

Results 6 comments of biletboh

Considering the question 2) you can use [custom analyzer](https://elasticsearch-dsl.readthedocs.io/en/latest/api.html#index) with `html_strip` [charachter filter](https://www.elastic.co/guide/en/elasticsearch/guide/current/custom-analyzers.html) on `TextField`. Hope that will give you a direction.

It seems to be that the bug exists on the installation package from ubuntu software center. Remove it and install wire following this guide https://github.com/wireapp/wire-desktop/wiki/How-to-install-Wire-for-Desktop-on-Linux

pip install git+https://github.com/kmike/pymorphy2.git pip install -U pymorphy2-dicts-uk

I use docker based on [alpine](https://hub.docker.com/_/alpine/) linux. Alpine is a very lightweight distribution, so it might lack some of the Debian defaults.

Thank you, I will consider using official python image.