Skip to content

Instantly share code, notes, and snippets.

@jeantil
Created February 13, 2015 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeantil/612fb395e2bcbcf07e26 to your computer and use it in GitHub Desktop.
Save jeantil/612fb395e2bcbcf07e26 to your computer and use it in GitHub Desktop.
Parts search
[
{
"name":"conveyor belt",
"ref": "A3FD45GH56S-24FRG4",
"id": 1,
"quality":{ "range":"A", "value": 19},
"properties":{ "length":180,"width": 69,"ratio": 14},
"machine":{"maker":"Kity","product": "Bestcombi 2000","variation": "Bestcombi 2000 +"},
"vendor":{"name": "ADS","city":"york"}
},
{
"name":"conveyor belt",
"ref": "A3FD45GH56S-9082D",
"id": 2,
"quality":{ "range":"B", "value": 28 },
"properties":{ "length":180, "width": 69, "ratio": 14 },
"machine":{ "maker":"Kity", "product": "Bestcombi 2000", "variation": "Bestcombi 2000 +" },
"vendor":{ "name": "ADS", "city":"york" }
},
{
"name":"conveyor belt",
"ref": "A3FD45GH56S-6759RG",
"id": 3,
"quality":{ "range":"B", "value": 28 },
"properties":{ "length":180, "width": 69, "ratio": 14 },
"machine":{ "maker":"Kity", "product": "Bestcombi 2000", "variation": "Bestcombi 2000 +" },
"vendor":{ "name": "ADS", "city":"york"}
},
{
"name":"conveyor belt",
"ref": "A3FD45GH56S-1940EA",
"id": 4,
"quality":{ "range":"D", "value": 4 },
"properties":{ "length":180, "width": 69, "ratio": 14 },
"machine":{ "maker":"Kity", "product": "Bestcombi 2000", "variation": "Bestcombi 2000 +"},
"vendor":{ "name": "ADS", "city":"york" }
},
{
"name":"conveyor belt",
"ref": "A3FD45GH56S-6759RG",
"id": 5,
"quality":{ "range":"C", "value": 8 },
"properties":{ "length":180, "width": 69, "ratio": 14 },
"machine":{ "maker":"Kity", "product": "Bestcombi", "variation": "Bestcombi 2000" },
"vendor":{ "name": "ADS", "city":"york" }
},
{
"name":"conveyor belt",
"ref": "A3FD45GH56S-24FRG4",
"id": 6,
"quality":{ "range":"A", "value": 19 },
"properties":{ "length":180, "width": 69, "ratio": 14 },
"machine":{ "maker":"Kity", "product": "Bestcombi", "variation": "Bestcombi 2000" },
"vendor":{ "name": "ADS", "city":"york" }
},
{
"name":"conveyor belt",
"ref": "A3FD45GH56S-9082D",
"id": 7,
"quality":{ "range":"B", "value": 28 },
"properties":{ "length":180, "width": 69, "ratio": 14 },
"machine":{ "maker":"Kity", "product": "Bestcombi", "variation": "Bestcombi 2000" },
"vendor":{ "name": "ADS", "city":"york" }
},
{
"name":"conveyor belt",
"ref": "A3FD45GH56S-1940EA",
"id": 8,
"quality":{ "range":"D", "value": 4 },
"properties":{ "length":180, "width": 69, "ratio": 14 },
"machine":{ "maker":"Kity", "product": "Bestcombi 2000", "variation": "Bestcombi 2000 +"},
"vendor":{ "name": "ADS", "city":"york" }
},
{
"name":"conveyor belt",
"ref": "A3FD45GH56S-1940EA",
"id": 9,
"quality":{ "range":"D", "value": 4 },
"properties":{ "length":180, "width": 69, "ratio": 14 },
"machine":{ "maker":"Kity", "product": "WoodWorker", "variation": "WW 534"},
"vendor":{ "name": "ADS", "city":"york" }
},
{
"name":"conveyor belt",
"ref": "A3FD45GH56S-1940EA",
"id": 9,
"quality":{ "range":"D", "value": 4 },
"properties":{ "length":180, "width": 69, "ratio": 14 },
"machine":{ "maker":"Kity", "product": "WoodWorker", "variation": "WW 520"},
"vendor":{ "name": "ADS", "city":"york" }
},
{
"name":"conveyor belt",
"ref": "A3FD45GH56S-1940EA",
"id": 9,
"quality":{ "range":"D", "value": 4 },
"properties":{ "length":180, "width": 69, "ratio": 14 },
"machine":{ "maker":"Kity", "product": "Bestcombi", "variation": "Bestcombi"},
"vendor":{ "name": "ADS", "city":"york" }
}
]
[
{
"text":"conveyor belt bestcombi 200",
"result":{
"machine":{"product":"Bestcombi 2000","variation":"Bestcombi 2000"}
}
},
{
"text":"conveyor belt bestcombi 2000",
"result":{
"machine":{"product":"Bestcombi 2000","variation":"Bestcombi 2000"}
}
},
{
"text":"conveyor belt bestcombi 2000 +",
"result":{
"machine":{"product":"Bestcombi 2000","variation":"Bestcombi 2000 +"}
}
},
{
"text":"conveyor belt bestcomby 200 +",
"result":{
"machine":{"product":"Bestcombi 2000","variation":"Bestcombi 2000 +"}
}
},
{
"text":"Kitty conveyor belt bestcomby 200 +",
"result":{
"machine":{"product":"Bestcombi 2000","variation":"Bestcombi 2000 +", "name"}
}
},
{
"text":"Kity conveyor belt bestcomby",
"result":{
"machine":{"product":"Bestcombi","variation":"Bestcombi"}
}
},
{
"text":"conveyor belt bestcombi 2000 york",
"result":{
"machine":{"product":"Bestcombi","variation":"Bestcombi"},
"vendor":{ "name": "ADS", "city":"york" }
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment