316 |
# push @query_parts, { match => {$wh => { query => $val, operator => 'and' }} }; |
316 |
# push @query_parts, { match => {$wh => { query => $val, operator => 'and' }} }; |
319 |
push @query_parts, { wildcard => { "$wh.phrase" => "*" . lc $val . "*" } }; |
319 |
push @query_parts, { wildcard => { "$wh.phrase" => "*" . lc $value . "*" } }; |