Questions tagged [elasticsearch-model]
46 questions
0
votes
1 answer
How can I express this SQL in Elasticsearch-rails and Elasticsearch-model?
I used gem elasticsearch-rails and elasticsearch-model and I have difficult to write this query in elasticsearch-rails.
SELECT "news".* FROM "news"
WHERE "news"."is_active" = 'true' AND
((priority is not null AND created_at > '2014-07-08…

Bharani
- 157
- 1
- 1
- 8