Andi Hubel

Results 139 comments of Andi Hubel

I would opt to change added_label to allow multiple parameters, which are connected via and, e.g. `added_label Label1 Label2` So when 'Label 1' was added and 'Label 2' is already...

@florolf Kannst du dich noch erinnern was bei "Discuss storage location structure" das Ergebnis der Diskussion war?

TODO: test https://github.com/kaltura/nginx-vod-module on dortmund.media.ccc.de

Please explain your specific use case aka the problem you are trying to solve with this request. See also: https://github.com/voc/voctoweb/issues/444

There should be rake task which does this already to some degree.

Maybe switching/add an option to switch from `multi_match` to `simple_query_string` is also an valid idea. compare https://www.elastic.co/guide/en/elasticsearch/reference/2.0/full-text-queries.html

So we now use https://github.com/elastic/elasticsearch-rails and have to find the corresponding config file which was formerly https://github.com/voc/media-search-prototype/blob/master/server/search.pl#L34-L105

It's now in https://github.com/voc/voctoweb/blob/master/app/models/concerns/elasticsearch_event.rb#L29-L59

@lukas2511 Das war der Grund warum die Events schon vorher alle angelegt wurden und eigentlich auch hätten bleiben sollen (sofern da noch Recordings kommen)...

Hmm, right now everything looks fine – probably a "race" condition where the event was already added to the database, but the files were not yet uploaded... We could change...