cryptocli
cryptocli copied to clipboard
Add multiple bool query string query for elasticsearch-get
If I do --query "blih: true" --query "blah: false"
it should search for "blih: true AND blah:false"
I don't have any idea for the OR
maybe, --or-query
?