dakrone / es-mode

An Emacs major mode for interacting with Elasticsearch
GNU General Public License v3.0
196 stars 34 forks source link

Use format instead of concat #16

Closed noorul closed 9 years ago

noorul commented 9 years ago

When I use something like this in :jq [.hits.hits[]._source.message[0]] concat is failing. So format is an ideal replacement.

dakrone commented 9 years ago

Ah great, thanks!

noorul commented 9 years ago

Thank you!