Top "Querying" questions

Laravel Querying Relations Model::has('relation') doesn't work

In the Laravel documentation it says you can use this syntax for querying an object relation to get only the …

php laravel-4 database-relations querying
Elasticsearch match phrase prefix not matching all terms

I am having an issue where when I use the match_phrase_prefix query in Elasticsearch, it is not returning …

elasticsearch match missing-data querying
Is it possible to get contents of copy_to field in Elasticsearch?

I'm using Elasticsearch v2.3.0. Suppose I have an index with mapping: { "mappings": { "post": { "dynamic": false, "_source": { "enabled": true }, "properties": { "text": { "…

elasticsearch querying