- or download this
((column08=Submit | column10=Delivered | column09=Something) & (column
+08=Delivered | column09=Something))
- or download this
{'query' => {'constant_score' => {'filter' => {'bool' => {'should' =>
+[{'bool' => {'must' => [{'term' => {'column08' => 'Submit'}},{'term'
+=> {'column10' => 'Delivered'}},{'term' => {'column09' => 'Something'
+}}]}},{'bool' => {'must' => [{'term' => {'column08' => 'Delivered'}},
+{'term' => {'column09' => 'Something'}}]}}]}}}}}
- or download this
{
"sheets": {
...
"0": {
"colName": "Ex-Col1",
"formula": "
- or download this
",
"total": "false"
},
"1": {
"colName": "Ex-Col1",
"formula": "
- or download this
",
"total": "false"
},
"2": {
"colName": "Ex-Col1",
"formula": "
- or download this
",
"total": "false"
}
...
}
}
}
- or download this
foreach my $sheet (keys %{ $doc->{'_source'}{'sheets'} })
{
foreach my $columns (@{ $doc->{'_source'}{'sheets'}{$sheet}{'forum
+le'} })
...
}
}
}
- or download this
'bool' => {
'should' => [
$VAR1->{'_source'}{'sheets'}{'sheet1'}{'
+forumle'}[0]{'1'}{'formula'}{'query'}{'constant_score'}{'filter'}{'bo
+ol'}{'should'}[0],
$VAR1->{'_source'}{'sheets'}{'sheet1'}{'f
+orumle'}[0]{'1'}{'formula'}{'query'}{'constant_score'}{'filter'}{'boo
+l'}{'should'}[1]]}
- or download this
{"query":{"constant_score":{"filter":{"bool":{"should":[{"bool":{"must
+":[{"term":{"column08":"Submit"}},{"term":{"column10":"Delivered"}},{
+"term":{"column09":"Something"}}]}},{"bool":{"must":[{"term":{"column
+08":"Delivered"}},{"term":{"column09":"Something"}}]}},{"bool":{"must
+":[{"term":{"column08":"Submit"}},{"term":{"column10":"Delivered"}},{
+"term":{"column09":"Something"}}]}},{"bool":{"must":[{"term":{"column
+08":"Delivered"}},{"term":{"column09":"Something"}}]}}]}}}}}