CopyPastor

Detecting plagiarism made easy.

Score: 0.8259675989345628; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2019-10-06
by Val

Original Post

Original - Posted on 2019-01-11
by TechnocratSid



            
Present in both answers; Present only in the new answer; Present only in the old answer;

Your filters must be enclosed in an array, like this:
{ "bool": { "must": { "match": { "title": { "query": "engineer" } } }, "filter": [ { "term": { "type_id": 1 } }, { "term": { "active": 1 } } ] } }
Your query is malformed use the following query instead:
GET _search { "query": { "bool": { "filter": [ { "term": { "Server": "XYZ" } }, { "range": { "DateTime":{ "from": "2018-12-13T00:20:48.782Z", "to": "2018-12-14T00:20:48.782Z" } } } ] } } }

        
Present in both answers; Present only in the new answer; Present only in the old answer;