High-level Elasticsearch ruby framework based on official elasticsearch-ruby client
People
Repo info
Activity
Yuriy Tsemashko
@azzz
йоу
чяяяяяти
Arkadiy Zabazhanov
@pyromaniac
ну офигеть
а зачем он?
Yuriy Tsemashko
@azzz
хз
решил посмотреть что за ебота эта - гиттер
Arkadiy Zabazhanov
@pyromaniac
мкей
Yuriy Tsemashko
@azzz
чятик создает комнаты по репозиториям
можно сделать саппорт чяяяяятик
хуятик
Arkadiy Zabazhanov
@pyromaniac
ок
Sean Washington
@seanwash
It's a ghost town in here!
Marcin
@MarcinCebula
Hey, im trying to add get_point type. with : field :coordinates, type: 'geo_point', value: ->(pet){ {lat: pet.latitude.try(:to_f).presence, lon: pet.longitude.try(:to_f).presence } }
but im seem to be getting a hash instead of a geo_point type
any ideas?
theog
@theog
Would like to know what my options are for defining an type in an index where the scope of the active record query is a group by. Active Record will return a hash, rather than an active record model object. What approach should i take?
Arkadiy Zabazhanov
@pyromaniac
Hey, just use an object adapter by passing a proc instead of a scope
theog
@theog
@pyromaniac Thankyou @pyromaniac
Imanol Yáñez Sastre
@bordemof
Any idea on how to query this through chewy: "query": {
"bool": {
"must": [],
"filter": [
{
"bool": {
"should": [
{
"exists": {
"field": "contact_info.social.fb"
}
}
],
"minimum_should_match": 1
}
}
],
"should": [],
"must_not": []
}
}