Skip to content

Instantly share code, notes, and snippets.

View vinodc's full-sized avatar

Vinod Chandru vinodc

  • San Francisco, CA
View GitHub Profile
<?xml version="1.0"?>
<root>
<item>
<name>Backquote (`) to Tab, preserving ~, opt + backtick -> backtick</name>
<appendix>Also, allows backquote</appendix>
<identifier>backquote_to_tab</identifier>
<autogen>
__KeyToKey__
KeyCode::BACKQUOTE, ModifierFlag::OPTION_L,
KeyCode::BACKQUOTE
@vinodc
vinodc / gist:2277616
Created April 1, 2012 18:40
filtered query with range
curl -XGET 'localhost:9200/index/doc/_search' -d '{
"query": {
"filtered": {
"query": {
"match_all": {}
},
"filter": {
"range": {
"field1": {
"from": 900,