Sorting user-defined array with strings gives wrong order, even when file content is fully available on disk
I am querying ElasticSearch and sorting the documents locally in Bash with jq
, as sorting in ES is too slow for me.
jq – sort user defined array with strings gives wrong order; even when file content is fully available on disk
I am querying ElasticSearch and sorting the documents locally in Bash with jq
, as sorting in ES is too slow for me.