ekms 8.0.0-beta.21 → 8.0.0-beta.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. package/common/colors.instance.json +0 -28
  2. package/common/comparable.js +0 -13
  3. package/common/concept.js +9 -5
  4. package/common/countable.js +3 -3
  5. package/common/crew.js +1 -1
  6. package/common/currency.js +3 -3
  7. package/common/dialogues.js +48 -117
  8. package/common/dimension.instance.json +4 -4
  9. package/common/dimension.js +8 -8
  10. package/common/dimension.test.json +242 -1248
  11. package/common/edible.instance.json +30 -58
  12. package/common/emotions.js +1 -1
  13. package/common/events.js +3 -3
  14. package/common/fastfood.instance.json +873 -1072
  15. package/common/fastfood.js +20 -20
  16. package/common/formulas.instance.json +6 -6
  17. package/common/formulas.js +8 -8
  18. package/common/gdefaults.js +11 -11
  19. package/common/help.js +1 -1
  20. package/common/helpers/dialogues.js +2 -3
  21. package/common/helpers/properties.js +48 -58
  22. package/common/hierarchy.js +9 -13
  23. package/common/javascript.js +5 -5
  24. package/common/math.instance.json +12 -12
  25. package/common/math.js +5 -5
  26. package/common/meta.js +19 -26
  27. package/common/ordering.js +1 -1
  28. package/common/people.js +1 -2
  29. package/common/percentages.js +2 -2
  30. package/common/pipboy.instance.json +30 -86
  31. package/common/pipboy.js +25 -28
  32. package/common/pokemon.js +1 -1
  33. package/common/properties.js +48 -121
  34. package/common/punctuation.js +1 -1
  35. package/common/reports.instance.json +1 -1
  36. package/common/reports.js +48 -65
  37. package/common/scorekeeper.js +10 -18
  38. package/common/sdefaults.js +4 -4
  39. package/common/stm.js +1 -1
  40. package/common/tell.js +6 -6
  41. package/common/temperature.instance.json +0 -84
  42. package/common/testing.js +3 -3
  43. package/common/time.js +3 -3
  44. package/common/ui.js +5 -5
  45. package/package.json +2 -2
@@ -667,7 +667,7 @@
667
667
  {
668
668
  "where": "/home/dev/code/theprogrammablemind/kms/common/fastfood.js:217",
669
669
  "match": "({context}) => false && context.marker == 'combo' && context.comboNumber",
670
- "apply": "({context, g}) => g(context.comboNumber)"
670
+ "apply": "async ({context, g}) => await g(context.comboNumber)"
671
671
  }
672
672
  ],
673
673
  "bridges": [
@@ -680,7 +680,7 @@
680
680
  "before": [
681
681
  "preposition"
682
682
  ],
683
- "generatorp": "({context, gp}) => `with ${gp(context.modifications)}`",
683
+ "generatorp": "async ({context, gp}) => `with ${await gp(context.modifications)}`",
684
684
  "bridge": "{ ...next(operator), modifications: after[0], flatten: false }"
685
685
  },
686
686
  {
@@ -893,17 +893,17 @@
893
893
  "semantics": [
894
894
  {
895
895
  "match": "({context}) => context.marker == 'list' && context.topLevel && !context.flatten",
896
- "apply": "({context, s}) => {\n s({...context, flatten: true})\n }"
896
+ "apply": "async ({context, s}) => await s({...context, flatten: true})"
897
897
  },
898
898
  {
899
- "where": "/home/dev/code/theprogrammablemind/kms/common/fastfood.js:295",
899
+ "where": "/home/dev/code/theprogrammablemind/kms/common/fastfood.js:293",
900
900
  "match": "({context, api}) => context.marker == 'controlEnd' && api.hasAskedForButNotAvailable()",
901
- "apply": "({context, api, gp, toContext, verbatim}) => {\n const naArray = api.getAskedForButNotAvailable()\n naArray.forEach((f) => f.paraphrase = true)\n const naContext = toContext(naArray)\n verbatim(`The following are not menu items: ${gp(naContext)}`)\n // allow other motivation to run\n context.cascade = true\n }"
901
+ "apply": "async ({context, api, gp, toContext, verbatim}) => {\n const naArray = api.getAskedForButNotAvailable()\n naArray.forEach((f) => f.paraphrase = true)\n const naContext = toContext(naArray)\n verbatim(`The following are not menu items: ${await gp(naContext)}`)\n // allow other motivation to run\n context.cascade = true\n }"
902
902
  },
903
903
  {
904
- "where": "/home/dev/code/theprogrammablemind/kms/common/fastfood.js:307",
904
+ "where": "/home/dev/code/theprogrammablemind/kms/common/fastfood.js:305",
905
905
  "match": "({context, api}) => context.marker == 'controlEnd' && api.hasAskedForButNotAvailableModification()",
906
- "apply": "({context, api, gp, toContext, verbatim}) => {\n const naArray = api.getAskedForButNotAvailableModification().map(({ item, modification }) => {\n // return `${gp(item)} can not be modified with ${gp(modification)}.`\n return `XXX can not be modified with ${gp(modification)}.`\n })\n verbatim(naArray.join(' '))\n // allow other motivation to run\n context.cascade = true\n }"
906
+ "apply": "async ({context, api, gp, toContext, verbatim}) => {\n const naArray = []\n for (const args of api.getAskedForButNotAvailableModification()) {\n const args = { item, modification }\n // return `${gp(item)} can not be modified with ${gp(modification)}.`\n naArray.push(`XXX can not be modified with ${await gp(modification)}.`)\n }\n verbatim(naArray.join(' '))\n // allow other motivation to run\n context.cascade = true\n }"
907
907
  }
908
908
  ]
909
909
  },
@@ -936,9 +936,9 @@
936
936
  "meal"
937
937
  ]
938
938
  ],
939
- "generatorp": "({context, gp}) => `change ${gp(context.from)} to ${gp(context.to)}`",
939
+ "generatorp": "async ({context, gp}) => `change ${await gp(context.from)} to ${await gp(context.to)}`",
940
940
  "bridge": "{ ...next(operator), from: after[0], to: after[1].toObject }",
941
- "semantic": "({context, api, e}) => {\n const state = api.state\n const eFrom = e(context.from).evalue\n const from = state.getIdCombo(eFrom.fromSTM ? eFrom : context.from)\n const to = state.getIdCombo(context.to)\n for (const item of api.items()) {\n if (item.id == from.id) {\n api.modify(item, { id: to.id, food: context.to })\n }\n }\n }"
941
+ "semantic": "async ({context, api, e}) => {\n const state = api.state\n const eFrom = (await e(context.from)).evalue\n const from = state.getIdCombo(eFrom.fromSTM ? eFrom : context.from)\n const to = state.getIdCombo(context.to)\n for (const item of api.items()) {\n if (item.id == from.id) {\n api.modify(item, { id: to.id, food: context.to })\n }\n }\n }"
942
942
  }
943
943
  ],
944
944
  "priorities": [
@@ -85696,20 +85696,6 @@
85696
85696
  1
85697
85697
  ]
85698
85698
  ],
85699
- [
85700
- [
85701
- "list",
85702
- 1
85703
- ],
85704
- [
85705
- "modifies",
85706
- 0
85707
- ],
85708
- [
85709
- "unknown",
85710
- 1
85711
- ]
85712
- ],
85713
85699
  [
85714
85700
  [
85715
85701
  "list",
@@ -102934,6 +102920,24 @@
102934
102920
  0
102935
102921
  ]
102936
102922
  ],
102923
+ [
102924
+ [
102925
+ "ingredient",
102926
+ 0
102927
+ ],
102928
+ [
102929
+ "is",
102930
+ 0
102931
+ ],
102932
+ [
102933
+ "list",
102934
+ 1
102935
+ ],
102936
+ [
102937
+ "smoothie",
102938
+ 0
102939
+ ]
102940
+ ],
102937
102941
  [
102938
102942
  [
102939
102943
  "is",
@@ -124994,19 +124998,19 @@
124994
124998
  0
124995
124999
  ],
124996
125000
  [
124997
- "chicken_sandwich",
125001
+ "premium_cod",
124998
125002
  0
124999
125003
  ],
125000
125004
  [
125001
- "chicken_club",
125005
+ "ultimate_chicken_grill",
125002
125006
  0
125003
125007
  ],
125004
125008
  [
125005
- "ultimate_chicken_grill",
125009
+ "chicken_club",
125006
125010
  0
125007
125011
  ],
125008
125012
  [
125009
- "premium_cod",
125013
+ "chicken_sandwich",
125010
125014
  0
125011
125015
  ]
125012
125016
  ],
@@ -125079,19 +125083,19 @@
125079
125083
  0
125080
125084
  ],
125081
125085
  [
125082
- "chicken_sandwich",
125086
+ "premium_cod",
125083
125087
  0
125084
125088
  ],
125085
125089
  [
125086
- "chicken_club",
125090
+ "ultimate_chicken_grill",
125087
125091
  0
125088
125092
  ],
125089
125093
  [
125090
- "ultimate_chicken_grill",
125094
+ "chicken_club",
125091
125095
  0
125092
125096
  ],
125093
125097
  [
125094
- "premium_cod",
125098
+ "chicken_sandwich",
125095
125099
  0
125096
125100
  ]
125097
125101
  ],
@@ -125160,19 +125164,19 @@
125160
125164
  0
125161
125165
  ],
125162
125166
  [
125163
- "chicken_sandwich",
125167
+ "premium_cod",
125164
125168
  0
125165
125169
  ],
125166
125170
  [
125167
- "chicken_club",
125171
+ "ultimate_chicken_grill",
125168
125172
  0
125169
125173
  ],
125170
125174
  [
125171
- "ultimate_chicken_grill",
125175
+ "chicken_club",
125172
125176
  0
125173
125177
  ],
125174
125178
  [
125175
- "premium_cod",
125179
+ "chicken_sandwich",
125176
125180
  0
125177
125181
  ]
125178
125182
  ],
@@ -125237,19 +125241,19 @@
125237
125241
  0
125238
125242
  ],
125239
125243
  [
125240
- "chicken_sandwich",
125244
+ "premium_cod",
125241
125245
  0
125242
125246
  ],
125243
125247
  [
125244
- "chicken_club",
125248
+ "ultimate_chicken_grill",
125245
125249
  0
125246
125250
  ],
125247
125251
  [
125248
- "ultimate_chicken_grill",
125252
+ "chicken_club",
125249
125253
  0
125250
125254
  ],
125251
125255
  [
125252
- "premium_cod",
125256
+ "chicken_sandwich",
125253
125257
  0
125254
125258
  ]
125255
125259
  ],
@@ -125310,19 +125314,19 @@
125310
125314
  0
125311
125315
  ],
125312
125316
  [
125313
- "chicken_sandwich",
125317
+ "premium_cod",
125314
125318
  0
125315
125319
  ],
125316
125320
  [
125317
- "chicken_club",
125321
+ "ultimate_chicken_grill",
125318
125322
  0
125319
125323
  ],
125320
125324
  [
125321
- "ultimate_chicken_grill",
125325
+ "chicken_club",
125322
125326
  0
125323
125327
  ],
125324
125328
  [
125325
- "premium_cod",
125329
+ "chicken_sandwich",
125326
125330
  0
125327
125331
  ]
125328
125332
  ],
@@ -125378,47 +125382,145 @@
125378
125382
  "sandwich",
125379
125383
  0
125380
125384
  ],
125385
+ [
125386
+ "premium_cod",
125387
+ 0
125388
+ ],
125389
+ [
125390
+ "ultimate_chicken_grill",
125391
+ 0
125392
+ ],
125393
+ [
125394
+ "chicken_club",
125395
+ 0
125396
+ ],
125381
125397
  [
125382
125398
  "chicken_sandwich",
125383
125399
  0
125400
+ ]
125401
+ ],
125402
+ "counter": 6
125403
+ },
125404
+ {
125405
+ "op": [
125406
+ "chicken_club",
125407
+ 0
125408
+ ],
125409
+ "ops": [
125410
+ [
125411
+ "chicken",
125412
+ 0
125413
+ ],
125414
+ [
125415
+ "club",
125416
+ 0
125384
125417
  ],
125385
125418
  [
125386
125419
  "chicken_club",
125387
125420
  0
125388
125421
  ],
125422
+ [
125423
+ "chicken_sandwich",
125424
+ 0
125425
+ ],
125426
+ [
125427
+ "comma",
125428
+ 0
125429
+ ],
125430
+ [
125431
+ "ultimate",
125432
+ 0
125433
+ ],
125434
+ [
125435
+ "grill",
125436
+ 0
125437
+ ],
125389
125438
  [
125390
125439
  "ultimate_chicken_grill",
125391
125440
  0
125392
125441
  ],
125442
+ [
125443
+ "premium",
125444
+ 0
125445
+ ],
125446
+ [
125447
+ "cod",
125448
+ 0
125449
+ ],
125393
125450
  [
125394
125451
  "premium_cod",
125395
125452
  0
125453
+ ],
125454
+ [
125455
+ "is",
125456
+ 0
125457
+ ],
125458
+ [
125459
+ "sandwich",
125460
+ 0
125396
125461
  ]
125397
125462
  ],
125398
- "counter": 6
125463
+ "counter": 7
125399
125464
  },
125400
125465
  {
125401
125466
  "op": [
125402
- "chicken_sandwich",
125467
+ "asiago_ranch_chicken_club",
125403
125468
  0
125404
125469
  ],
125405
125470
  "ops": [
125471
+ [
125472
+ "asiago_ranch_chicken_club",
125473
+ 0
125474
+ ],
125475
+ [
125476
+ "comma",
125477
+ 0
125478
+ ],
125479
+ [
125480
+ "ultimate",
125481
+ 0
125482
+ ],
125406
125483
  [
125407
125484
  "chicken",
125408
125485
  0
125409
125486
  ],
125410
125487
  [
125411
- "club",
125488
+ "grill",
125412
125489
  0
125413
125490
  ],
125414
125491
  [
125415
- "chicken_sandwich",
125492
+ "ultimate_chicken_grill",
125416
125493
  0
125417
125494
  ],
125418
125495
  [
125419
- "chicken_club",
125496
+ "premium",
125497
+ 0
125498
+ ],
125499
+ [
125500
+ "cod",
125501
+ 0
125502
+ ],
125503
+ [
125504
+ "premium_cod",
125505
+ 0
125506
+ ],
125507
+ [
125508
+ "is",
125420
125509
  0
125421
125510
  ],
125511
+ [
125512
+ "sandwich",
125513
+ 0
125514
+ ]
125515
+ ],
125516
+ "counter": 8
125517
+ },
125518
+ {
125519
+ "op": [
125520
+ "comma",
125521
+ 0
125522
+ ],
125523
+ "ops": [
125422
125524
  [
125423
125525
  "comma",
125424
125526
  0
@@ -125427,6 +125529,55 @@
125427
125529
  "ultimate",
125428
125530
  0
125429
125531
  ],
125532
+ [
125533
+ "chicken",
125534
+ 0
125535
+ ],
125536
+ [
125537
+ "grill",
125538
+ 0
125539
+ ],
125540
+ [
125541
+ "premium",
125542
+ 0
125543
+ ],
125544
+ [
125545
+ "cod",
125546
+ 0
125547
+ ],
125548
+ [
125549
+ "is",
125550
+ 0
125551
+ ],
125552
+ [
125553
+ "sandwich",
125554
+ 0
125555
+ ],
125556
+ [
125557
+ "premium_cod",
125558
+ 0
125559
+ ],
125560
+ [
125561
+ "ultimate_chicken_grill",
125562
+ 0
125563
+ ]
125564
+ ],
125565
+ "counter": 9
125566
+ },
125567
+ {
125568
+ "op": [
125569
+ "ultimate_chicken_grill",
125570
+ 0
125571
+ ],
125572
+ "ops": [
125573
+ [
125574
+ "ultimate",
125575
+ 0
125576
+ ],
125577
+ [
125578
+ "chicken",
125579
+ 0
125580
+ ],
125430
125581
  [
125431
125582
  "grill",
125432
125583
  0
@@ -125456,130 +125607,36 @@
125456
125607
  0
125457
125608
  ]
125458
125609
  ],
125459
- "counter": 7
125460
- },
125461
- {
125462
- "op": [
125463
- "comma",
125464
- 0
125465
- ],
125466
- "ops": [
125467
- [
125468
- "comma",
125469
- 0
125470
- ],
125471
- [
125472
- "ultimate",
125473
- 0
125474
- ],
125475
- [
125476
- "chicken",
125477
- 0
125478
- ],
125479
- [
125480
- "grill",
125481
- 0
125482
- ],
125483
- [
125484
- "premium",
125485
- 0
125486
- ],
125487
- [
125488
- "cod",
125489
- 0
125490
- ],
125491
- [
125492
- "is",
125493
- 0
125494
- ],
125495
- [
125496
- "sandwich",
125497
- 0
125498
- ],
125499
- [
125500
- "premium_cod",
125501
- 0
125502
- ],
125503
- [
125504
- "ultimate_chicken_grill",
125505
- 0
125506
- ]
125507
- ],
125508
- "counter": 8
125509
- },
125510
- {
125511
- "op": [
125512
- "ultimate_chicken_grill",
125513
- 0
125514
- ],
125515
- "ops": [
125516
- [
125517
- "ultimate",
125518
- 0
125519
- ],
125520
- [
125521
- "chicken",
125522
- 0
125523
- ],
125524
- [
125525
- "grill",
125526
- 0
125527
- ],
125528
- [
125529
- "ultimate_chicken_grill",
125530
- 0
125531
- ],
125532
- [
125533
- "premium",
125534
- 0
125535
- ],
125536
- [
125537
- "cod",
125538
- 0
125539
- ],
125540
- [
125541
- "premium_cod",
125542
- 0
125543
- ],
125544
- [
125545
- "is",
125546
- 0
125547
- ],
125548
- [
125549
- "sandwich",
125550
- 0
125551
- ]
125552
- ],
125553
- "counter": 9
125554
- },
125555
- {
125556
- "op": [
125557
- "premium_cod",
125558
- 0
125559
- ],
125560
- "ops": [
125561
- [
125562
- "premium",
125563
- 0
125564
- ],
125565
- [
125566
- "cod",
125567
- 0
125568
- ],
125569
- [
125570
- "premium_cod",
125571
- 0
125572
- ],
125573
- [
125574
- "is",
125575
- 0
125576
- ],
125577
- [
125578
- "sandwich",
125579
- 0
125580
- ]
125581
- ],
125582
- "counter": 10
125610
+ "counter": 10
125611
+ },
125612
+ {
125613
+ "op": [
125614
+ "premium_cod",
125615
+ 0
125616
+ ],
125617
+ "ops": [
125618
+ [
125619
+ "premium",
125620
+ 0
125621
+ ],
125622
+ [
125623
+ "cod",
125624
+ 0
125625
+ ],
125626
+ [
125627
+ "premium_cod",
125628
+ 0
125629
+ ],
125630
+ [
125631
+ "is",
125632
+ 0
125633
+ ],
125634
+ [
125635
+ "sandwich",
125636
+ 0
125637
+ ]
125638
+ ],
125639
+ "counter": 11
125583
125640
  },
125584
125641
  {
125585
125642
  "op": [
@@ -125600,27 +125657,6 @@
125600
125657
  0
125601
125658
  ]
125602
125659
  ],
125603
- "counter": 11
125604
- },
125605
- {
125606
- "op": [
125607
- "list",
125608
- 1
125609
- ],
125610
- "ops": [
125611
- [
125612
- "is",
125613
- 0
125614
- ],
125615
- [
125616
- "sandwich",
125617
- 0
125618
- ],
125619
- [
125620
- "list",
125621
- 1
125622
- ]
125623
- ],
125624
125660
  "counter": 12
125625
125661
  },
125626
125662
  {
@@ -125686,27 +125722,6 @@
125686
125722
  ],
125687
125723
  "counter": 15
125688
125724
  },
125689
- {
125690
- "op": [
125691
- "list",
125692
- 1
125693
- ],
125694
- "ops": [
125695
- [
125696
- "is",
125697
- 0
125698
- ],
125699
- [
125700
- "sandwich",
125701
- 0
125702
- ],
125703
- [
125704
- "list",
125705
- 1
125706
- ]
125707
- ],
125708
- "counter": 16
125709
- },
125710
125725
  {
125711
125726
  "op": [
125712
125727
  "sandwich",
@@ -125722,7 +125737,7 @@
125722
125737
  0
125723
125738
  ]
125724
125739
  ],
125725
- "counter": 17
125740
+ "counter": 16
125726
125741
  },
125727
125742
  {
125728
125743
  "op": [
@@ -125735,7 +125750,7 @@
125735
125750
  0
125736
125751
  ]
125737
125752
  ],
125738
- "counter": 18
125753
+ "counter": 17
125739
125754
  },
125740
125755
  {
125741
125756
  "op": [
@@ -125748,7 +125763,7 @@
125748
125763
  1
125749
125764
  ]
125750
125765
  ],
125751
- "counter": 19
125766
+ "counter": 18
125752
125767
  }
125753
125768
  ]
125754
125769
  },
@@ -125837,43 +125852,18 @@
125837
125852
  "level": 1
125838
125853
  },
125839
125854
  {
125840
- "value": "asiago",
125841
- "number": "one",
125842
- "text": "asiago",
125843
- "marker": "asiago",
125844
- "word": "asiago",
125845
- "range": {
125846
- "start": 18,
125847
- "end": 23
125848
- },
125849
- "dead": true,
125850
- "level": 1
125851
- },
125852
- {
125853
- "value": "ranch",
125854
- "number": "one",
125855
- "text": "ranch",
125856
- "marker": "ranch",
125857
- "word": "ranch",
125858
- "range": {
125859
- "start": 25,
125860
- "end": 29
125861
- },
125862
- "dead": true,
125863
- "level": 1
125864
- },
125865
- {
125866
- "value": "chicken_sandwich",
125855
+ "value": "asiago_ranch_chicken_club",
125867
125856
  "number": "one",
125868
- "text": "chicken club,",
125869
- "marker": "chicken_sandwich",
125857
+ "text": "asiago ranch chicken club,",
125858
+ "marker": "asiago_ranch_chicken_club",
125870
125859
  "word": "club",
125871
125860
  "range": {
125872
- "start": 31,
125861
+ "start": 18,
125873
125862
  "end": 43
125874
125863
  },
125875
125864
  "types": [
125876
- "chicken_sandwich",
125865
+ "asiago_ranch_chicken_club",
125866
+ "chicken_club",
125877
125867
  "club"
125878
125868
  ],
125879
125869
  "modifier_chicken": {
@@ -125894,8 +125884,42 @@
125894
125884
  "atomic": true,
125895
125885
  "dead": true,
125896
125886
  "modifiers": [
125887
+ "modifier_asiago",
125888
+ "modifier_ranch",
125897
125889
  "modifier_chicken"
125898
125890
  ],
125891
+ "modifier_asiago": {
125892
+ "value": "asiago",
125893
+ "number": "one",
125894
+ "text": "asiago",
125895
+ "marker": "asiago",
125896
+ "word": "asiago",
125897
+ "range": {
125898
+ "start": 18,
125899
+ "end": 23
125900
+ },
125901
+ "dead": true,
125902
+ "types": [
125903
+ "asiago"
125904
+ ],
125905
+ "level": 1
125906
+ },
125907
+ "modifier_ranch": {
125908
+ "value": "ranch",
125909
+ "number": "one",
125910
+ "text": "ranch",
125911
+ "marker": "ranch",
125912
+ "word": "ranch",
125913
+ "range": {
125914
+ "start": 25,
125915
+ "end": 29
125916
+ },
125917
+ "dead": true,
125918
+ "types": [
125919
+ "ranch"
125920
+ ],
125921
+ "level": 1
125922
+ },
125899
125923
  "decorators": {
125900
125924
  "after": {
125901
125925
  "word": ",",
@@ -126033,7 +126057,7 @@
126033
126057
  ""
126034
126058
  ],
126035
126059
  "paraphrases": [
126036
- "spicy, homestyle, asiago, ranch, chicken club, ultimate chicken grill and premium cod are sandwiches"
126060
+ "spicy, homestyle, asiago ranch chicken club, ultimate chicken grill and premium cod are sandwiches"
126037
126061
  ],
126038
126062
  "paraphrasesParenthesized": [],
126039
126063
  "generatedParenthesized": [],
@@ -126701,11 +126725,6 @@
126701
126725
  "queryable",
126702
126726
  false
126703
126727
  ],
126704
- [
126705
- "asiago",
126706
- "sandwich",
126707
- false
126708
- ],
126709
126728
  [
126710
126729
  "asiago",
126711
126730
  "theAble",
@@ -126756,6 +126775,11 @@
126756
126775
  "queryable",
126757
126776
  false
126758
126777
  ],
126778
+ [
126779
+ "asiago_ranch_chicken_club",
126780
+ "sandwich",
126781
+ false
126782
+ ],
126759
126783
  [
126760
126784
  "asiago_ranch_chicken_club",
126761
126785
  "theAble",
@@ -130456,11 +130480,6 @@
130456
130480
  "queryable",
130457
130481
  false
130458
130482
  ],
130459
- [
130460
- "ranch",
130461
- "sandwich",
130462
- false
130463
- ],
130464
130483
  [
130465
130484
  "ranch",
130466
130485
  "theAble",
@@ -132207,11 +132226,6 @@
132207
132226
  "queryable",
132208
132227
  false
132209
132228
  ],
132210
- [
132211
- "asiago",
132212
- "sandwich",
132213
- false
132214
- ],
132215
132229
  [
132216
132230
  "asiago",
132217
132231
  "theAble",
@@ -132262,6 +132276,11 @@
132262
132276
  "queryable",
132263
132277
  false
132264
132278
  ],
132279
+ [
132280
+ "asiago_ranch_chicken_club",
132281
+ "sandwich",
132282
+ false
132283
+ ],
132265
132284
  [
132266
132285
  "asiago_ranch_chicken_club",
132267
132286
  "theAble",
@@ -136002,11 +136021,6 @@
136002
136021
  "queryable",
136003
136022
  false
136004
136023
  ],
136005
- [
136006
- "ranch",
136007
- "sandwich",
136008
- false
136009
- ],
136010
136024
  [
136011
136025
  "ranch",
136012
136026
  "theAble",
@@ -137862,11 +137876,6 @@
137862
137876
  "queryable",
137863
137877
  false
137864
137878
  ],
137865
- [
137866
- "asiago",
137867
- "sandwich",
137868
- false
137869
- ],
137870
137879
  [
137871
137880
  "asiago",
137872
137881
  "theAble",
@@ -137917,6 +137926,11 @@
137917
137926
  "queryable",
137918
137927
  false
137919
137928
  ],
137929
+ [
137930
+ "asiago_ranch_chicken_club",
137931
+ "sandwich",
137932
+ false
137933
+ ],
137920
137934
  [
137921
137935
  "asiago_ranch_chicken_club",
137922
137936
  "theAble",
@@ -141697,11 +141711,6 @@
141697
141711
  "queryable",
141698
141712
  false
141699
141713
  ],
141700
- [
141701
- "ranch",
141702
- "sandwich",
141703
- false
141704
- ],
141705
141714
  [
141706
141715
  "ranch",
141707
141716
  "theAble",
@@ -143492,11 +143501,6 @@
143492
143501
  "queryable",
143493
143502
  false
143494
143503
  ],
143495
- [
143496
- "asiago",
143497
- "sandwich",
143498
- false
143499
- ],
143500
143504
  [
143501
143505
  "asiago",
143502
143506
  "theAble",
@@ -143547,6 +143551,11 @@
143547
143551
  "queryable",
143548
143552
  false
143549
143553
  ],
143554
+ [
143555
+ "asiago_ranch_chicken_club",
143556
+ "sandwich",
143557
+ false
143558
+ ],
143550
143559
  [
143551
143560
  "asiago_ranch_chicken_club",
143552
143561
  "theAble",
@@ -147332,11 +147341,6 @@
147332
147341
  "queryable",
147333
147342
  false
147334
147343
  ],
147335
- [
147336
- "ranch",
147337
- "sandwich",
147338
- false
147339
- ],
147340
147344
  [
147341
147345
  "ranch",
147342
147346
  "theAble",
@@ -149173,11 +149177,6 @@
149173
149177
  "queryable",
149174
149178
  false
149175
149179
  ],
149176
- [
149177
- "asiago",
149178
- "sandwich",
149179
- false
149180
- ],
149181
149180
  [
149182
149181
  "asiago",
149183
149182
  "theAble",
@@ -149228,6 +149227,11 @@
149228
149227
  "queryable",
149229
149228
  false
149230
149229
  ],
149230
+ [
149231
+ "asiago_ranch_chicken_club",
149232
+ "sandwich",
149233
+ false
149234
+ ],
149231
149235
  [
149232
149236
  "asiago_ranch_chicken_club",
149233
149237
  "theAble",
@@ -153013,11 +153017,6 @@
153013
153017
  "queryable",
153014
153018
  false
153015
153019
  ],
153016
- [
153017
- "ranch",
153018
- "sandwich",
153019
- false
153020
- ],
153021
153020
  [
153022
153021
  "ranch",
153023
153022
  "theAble",
@@ -154746,11 +154745,6 @@
154746
154745
  "queryable",
154747
154746
  false
154748
154747
  ],
154749
- [
154750
- "asiago",
154751
- "sandwich",
154752
- false
154753
- ],
154754
154748
  [
154755
154749
  "asiago",
154756
154750
  "theAble",
@@ -154801,6 +154795,11 @@
154801
154795
  "queryable",
154802
154796
  false
154803
154797
  ],
154798
+ [
154799
+ "asiago_ranch_chicken_club",
154800
+ "sandwich",
154801
+ false
154802
+ ],
154804
154803
  [
154805
154804
  "asiago_ranch_chicken_club",
154806
154805
  "theAble",
@@ -158586,11 +158585,6 @@
158586
158585
  "queryable",
158587
158586
  false
158588
158587
  ],
158589
- [
158590
- "ranch",
158591
- "sandwich",
158592
- false
158593
- ],
158594
158588
  [
158595
158589
  "ranch",
158596
158590
  "theAble",
@@ -160440,11 +160434,6 @@
160440
160434
  "queryable",
160441
160435
  false
160442
160436
  ],
160443
- [
160444
- "asiago",
160445
- "sandwich",
160446
- false
160447
- ],
160448
160437
  [
160449
160438
  "asiago",
160450
160439
  "theAble",
@@ -160495,6 +160484,11 @@
160495
160484
  "queryable",
160496
160485
  false
160497
160486
  ],
160487
+ [
160488
+ "asiago_ranch_chicken_club",
160489
+ "sandwich",
160490
+ false
160491
+ ],
160498
160492
  [
160499
160493
  "asiago_ranch_chicken_club",
160500
160494
  "theAble",
@@ -164335,11 +164329,6 @@
164335
164329
  "queryable",
164336
164330
  false
164337
164331
  ],
164338
- [
164339
- "ranch",
164340
- "sandwich",
164341
- false
164342
- ],
164343
164332
  [
164344
164333
  "ranch",
164345
164334
  "theAble",
@@ -166154,11 +166143,6 @@
166154
166143
  "queryable",
166155
166144
  false
166156
166145
  ],
166157
- [
166158
- "asiago",
166159
- "sandwich",
166160
- false
166161
- ],
166162
166146
  [
166163
166147
  "asiago",
166164
166148
  "theAble",
@@ -166209,6 +166193,11 @@
166209
166193
  "queryable",
166210
166194
  false
166211
166195
  ],
166196
+ [
166197
+ "asiago_ranch_chicken_club",
166198
+ "sandwich",
166199
+ false
166200
+ ],
166212
166201
  [
166213
166202
  "asiago_ranch_chicken_club",
166214
166203
  "theAble",
@@ -170049,11 +170038,6 @@
170049
170038
  "queryable",
170050
170039
  false
170051
170040
  ],
170052
- [
170053
- "ranch",
170054
- "sandwich",
170055
- false
170056
- ],
170057
170041
  [
170058
170042
  "ranch",
170059
170043
  "theAble",
@@ -171937,11 +171921,6 @@
171937
171921
  "queryable",
171938
171922
  false
171939
171923
  ],
171940
- [
171941
- "asiago",
171942
- "sandwich",
171943
- false
171944
- ],
171945
171924
  [
171946
171925
  "asiago",
171947
171926
  "theAble",
@@ -171992,6 +171971,11 @@
171992
171971
  "queryable",
171993
171972
  false
171994
171973
  ],
171974
+ [
171975
+ "asiago_ranch_chicken_club",
171976
+ "sandwich",
171977
+ false
171978
+ ],
171995
171979
  [
171996
171980
  "asiago_ranch_chicken_club",
171997
171981
  "theAble",
@@ -175887,11 +175871,6 @@
175887
175871
  "queryable",
175888
175872
  false
175889
175873
  ],
175890
- [
175891
- "ranch",
175892
- "sandwich",
175893
- false
175894
- ],
175895
175874
  [
175896
175875
  "ranch",
175897
175876
  "theAble",
@@ -177761,11 +177740,6 @@
177761
177740
  "queryable",
177762
177741
  false
177763
177742
  ],
177764
- [
177765
- "asiago",
177766
- "sandwich",
177767
- false
177768
- ],
177769
177743
  [
177770
177744
  "asiago",
177771
177745
  "theAble",
@@ -177816,6 +177790,11 @@
177816
177790
  "queryable",
177817
177791
  false
177818
177792
  ],
177793
+ [
177794
+ "asiago_ranch_chicken_club",
177795
+ "sandwich",
177796
+ false
177797
+ ],
177819
177798
  [
177820
177799
  "asiago_ranch_chicken_club",
177821
177800
  "theAble",
@@ -181766,11 +181745,6 @@
181766
181745
  "queryable",
181767
181746
  false
181768
181747
  ],
181769
- [
181770
- "ranch",
181771
- "sandwich",
181772
- false
181773
- ],
181774
181748
  [
181775
181749
  "ranch",
181776
181750
  "theAble",
@@ -183640,11 +183614,6 @@
183640
183614
  "queryable",
183641
183615
  false
183642
183616
  ],
183643
- [
183644
- "asiago",
183645
- "sandwich",
183646
- false
183647
- ],
183648
183617
  [
183649
183618
  "asiago",
183650
183619
  "theAble",
@@ -183695,6 +183664,11 @@
183695
183664
  "queryable",
183696
183665
  false
183697
183666
  ],
183667
+ [
183668
+ "asiago_ranch_chicken_club",
183669
+ "sandwich",
183670
+ false
183671
+ ],
183698
183672
  [
183699
183673
  "asiago_ranch_chicken_club",
183700
183674
  "theAble",
@@ -187700,11 +187674,6 @@
187700
187674
  "queryable",
187701
187675
  false
187702
187676
  ],
187703
- [
187704
- "ranch",
187705
- "sandwich",
187706
- false
187707
- ],
187708
187677
  [
187709
187678
  "ranch",
187710
187679
  "theAble",
@@ -189609,11 +189578,6 @@
189609
189578
  "queryable",
189610
189579
  false
189611
189580
  ],
189612
- [
189613
- "asiago",
189614
- "sandwich",
189615
- false
189616
- ],
189617
189581
  [
189618
189582
  "asiago",
189619
189583
  "theAble",
@@ -189664,6 +189628,11 @@
189664
189628
  "queryable",
189665
189629
  false
189666
189630
  ],
189631
+ [
189632
+ "asiago_ranch_chicken_club",
189633
+ "sandwich",
189634
+ false
189635
+ ],
189667
189636
  [
189668
189637
  "asiago_ranch_chicken_club",
189669
189638
  "theAble",
@@ -193669,11 +193638,6 @@
193669
193638
  "queryable",
193670
193639
  false
193671
193640
  ],
193672
- [
193673
- "ranch",
193674
- "sandwich",
193675
- false
193676
- ],
193677
193641
  [
193678
193642
  "ranch",
193679
193643
  "theAble",
@@ -195693,11 +195657,6 @@
195693
195657
  "queryable",
195694
195658
  false
195695
195659
  ],
195696
- [
195697
- "asiago",
195698
- "sandwich",
195699
- false
195700
- ],
195701
195660
  [
195702
195661
  "asiago",
195703
195662
  "theAble",
@@ -195748,6 +195707,11 @@
195748
195707
  "queryable",
195749
195708
  false
195750
195709
  ],
195710
+ [
195711
+ "asiago_ranch_chicken_club",
195712
+ "sandwich",
195713
+ false
195714
+ ],
195751
195715
  [
195752
195716
  "asiago_ranch_chicken_club",
195753
195717
  "theAble",
@@ -199793,11 +199757,6 @@
199793
199757
  "queryable",
199794
199758
  false
199795
199759
  ],
199796
- [
199797
- "ranch",
199798
- "sandwich",
199799
- false
199800
- ],
199801
199760
  [
199802
199761
  "ranch",
199803
199762
  "theAble",
@@ -201722,11 +201681,6 @@
201722
201681
  "queryable",
201723
201682
  false
201724
201683
  ],
201725
- [
201726
- "asiago",
201727
- "sandwich",
201728
- false
201729
- ],
201730
201684
  [
201731
201685
  "asiago",
201732
201686
  "theAble",
@@ -201777,6 +201731,11 @@
201777
201731
  "queryable",
201778
201732
  false
201779
201733
  ],
201734
+ [
201735
+ "asiago_ranch_chicken_club",
201736
+ "sandwich",
201737
+ false
201738
+ ],
201780
201739
  [
201781
201740
  "asiago_ranch_chicken_club",
201782
201741
  "theAble",
@@ -205832,11 +205791,6 @@
205832
205791
  "queryable",
205833
205792
  false
205834
205793
  ],
205835
- [
205836
- "ranch",
205837
- "sandwich",
205838
- false
205839
- ],
205840
205794
  [
205841
205795
  "ranch",
205842
205796
  "theAble",
@@ -207816,11 +207770,6 @@
207816
207770
  "queryable",
207817
207771
  false
207818
207772
  ],
207819
- [
207820
- "asiago",
207821
- "sandwich",
207822
- false
207823
- ],
207824
207773
  [
207825
207774
  "asiago",
207826
207775
  "theAble",
@@ -207871,6 +207820,11 @@
207871
207820
  "queryable",
207872
207821
  false
207873
207822
  ],
207823
+ [
207824
+ "asiago_ranch_chicken_club",
207825
+ "sandwich",
207826
+ false
207827
+ ],
207874
207828
  [
207875
207829
  "asiago_ranch_chicken_club",
207876
207830
  "theAble",
@@ -211981,11 +211935,6 @@
211981
211935
  "queryable",
211982
211936
  false
211983
211937
  ],
211984
- [
211985
- "ranch",
211986
- "sandwich",
211987
- false
211988
- ],
211989
211938
  [
211990
211939
  "ranch",
211991
211940
  "theAble",
@@ -213979,11 +213928,6 @@
213979
213928
  "queryable",
213980
213929
  false
213981
213930
  ],
213982
- [
213983
- "asiago",
213984
- "sandwich",
213985
- false
213986
- ],
213987
213931
  [
213988
213932
  "asiago",
213989
213933
  "theAble",
@@ -214034,6 +213978,11 @@
214034
213978
  "queryable",
214035
213979
  false
214036
213980
  ],
213981
+ [
213982
+ "asiago_ranch_chicken_club",
213983
+ "sandwich",
213984
+ false
213985
+ ],
214037
213986
  [
214038
213987
  "asiago_ranch_chicken_club",
214039
213988
  "theAble",
@@ -218244,11 +218193,6 @@
218244
218193
  "queryable",
218245
218194
  false
218246
218195
  ],
218247
- [
218248
- "ranch",
218249
- "sandwich",
218250
- false
218251
- ],
218252
218196
  [
218253
218197
  "ranch",
218254
218198
  "theAble",
@@ -220263,11 +220207,6 @@
220263
220207
  "queryable",
220264
220208
  false
220265
220209
  ],
220266
- [
220267
- "asiago",
220268
- "sandwich",
220269
- false
220270
- ],
220271
220210
  [
220272
220211
  "asiago",
220273
220212
  "theAble",
@@ -220318,6 +220257,11 @@
220318
220257
  "queryable",
220319
220258
  false
220320
220259
  ],
220260
+ [
220261
+ "asiago_ranch_chicken_club",
220262
+ "sandwich",
220263
+ false
220264
+ ],
220321
220265
  [
220322
220266
  "asiago_ranch_chicken_club",
220323
220267
  "theAble",
@@ -224583,11 +224527,6 @@
224583
224527
  "queryable",
224584
224528
  false
224585
224529
  ],
224586
- [
224587
- "ranch",
224588
- "sandwich",
224589
- false
224590
- ],
224591
224530
  [
224592
224531
  "ranch",
224593
224532
  "theAble",
@@ -226581,11 +226520,6 @@
226581
226520
  "queryable",
226582
226521
  false
226583
226522
  ],
226584
- [
226585
- "asiago",
226586
- "sandwich",
226587
- false
226588
- ],
226589
226523
  [
226590
226524
  "asiago",
226591
226525
  "theAble",
@@ -226636,6 +226570,11 @@
226636
226570
  "queryable",
226637
226571
  false
226638
226572
  ],
226573
+ [
226574
+ "asiago_ranch_chicken_club",
226575
+ "sandwich",
226576
+ false
226577
+ ],
226639
226578
  [
226640
226579
  "asiago_ranch_chicken_club",
226641
226580
  "theAble",
@@ -231001,11 +230940,6 @@
231001
230940
  "queryable",
231002
230941
  false
231003
230942
  ],
231004
- [
231005
- "ranch",
231006
- "sandwich",
231007
- false
231008
- ],
231009
230943
  [
231010
230944
  "ranch",
231011
230945
  "theAble",
@@ -233118,11 +233052,6 @@
233118
233052
  "queryable",
233119
233053
  false
233120
233054
  ],
233121
- [
233122
- "asiago",
233123
- "sandwich",
233124
- false
233125
- ],
233126
233055
  [
233127
233056
  "asiago",
233128
233057
  "theAble",
@@ -233173,6 +233102,11 @@
233173
233102
  "queryable",
233174
233103
  false
233175
233104
  ],
233105
+ [
233106
+ "asiago_ranch_chicken_club",
233107
+ "sandwich",
233108
+ false
233109
+ ],
233176
233110
  [
233177
233111
  "asiago_ranch_chicken_club",
233178
233112
  "theAble",
@@ -237638,11 +237572,6 @@
237638
237572
  "queryable",
237639
237573
  false
237640
237574
  ],
237641
- [
237642
- "ranch",
237643
- "sandwich",
237644
- false
237645
- ],
237646
237575
  [
237647
237576
  "ranch",
237648
237577
  "theAble",
@@ -239636,11 +239565,6 @@
239636
239565
  "queryable",
239637
239566
  false
239638
239567
  ],
239639
- [
239640
- "asiago",
239641
- "sandwich",
239642
- false
239643
- ],
239644
239568
  [
239645
239569
  "asiago",
239646
239570
  "theAble",
@@ -239691,6 +239615,11 @@
239691
239615
  "queryable",
239692
239616
  false
239693
239617
  ],
239618
+ [
239619
+ "asiago_ranch_chicken_club",
239620
+ "sandwich",
239621
+ false
239622
+ ],
239694
239623
  [
239695
239624
  "asiago_ranch_chicken_club",
239696
239625
  "theAble",
@@ -244256,11 +244185,6 @@
244256
244185
  "queryable",
244257
244186
  false
244258
244187
  ],
244259
- [
244260
- "ranch",
244261
- "sandwich",
244262
- false
244263
- ],
244264
244188
  [
244265
244189
  "ranch",
244266
244190
  "theAble",
@@ -246296,11 +246220,6 @@
246296
246220
  "queryable",
246297
246221
  false
246298
246222
  ],
246299
- [
246300
- "asiago",
246301
- "sandwich",
246302
- false
246303
- ],
246304
246223
  [
246305
246224
  "asiago",
246306
246225
  "theAble",
@@ -246351,6 +246270,11 @@
246351
246270
  "queryable",
246352
246271
  false
246353
246272
  ],
246273
+ [
246274
+ "asiago_ranch_chicken_club",
246275
+ "sandwich",
246276
+ false
246277
+ ],
246354
246278
  [
246355
246279
  "asiago_ranch_chicken_club",
246356
246280
  "theAble",
@@ -250971,11 +250895,6 @@
250971
250895
  "queryable",
250972
250896
  false
250973
250897
  ],
250974
- [
250975
- "ranch",
250976
- "sandwich",
250977
- false
250978
- ],
250979
250898
  [
250980
250899
  "ranch",
250981
250900
  "theAble",
@@ -253089,11 +253008,6 @@
253089
253008
  "queryable",
253090
253009
  false
253091
253010
  ],
253092
- [
253093
- "asiago",
253094
- "sandwich",
253095
- false
253096
- ],
253097
253011
  [
253098
253012
  "asiago",
253099
253013
  "theAble",
@@ -253144,6 +253058,11 @@
253144
253058
  "queryable",
253145
253059
  false
253146
253060
  ],
253061
+ [
253062
+ "asiago_ranch_chicken_club",
253063
+ "sandwich",
253064
+ false
253065
+ ],
253147
253066
  [
253148
253067
  "asiago_ranch_chicken_club",
253149
253068
  "theAble",
@@ -257804,11 +257723,6 @@
257804
257723
  "queryable",
257805
257724
  false
257806
257725
  ],
257807
- [
257808
- "ranch",
257809
- "sandwich",
257810
- false
257811
- ],
257812
257726
  [
257813
257727
  "ranch",
257814
257728
  "theAble",
@@ -259895,11 +259809,6 @@
259895
259809
  "queryable",
259896
259810
  false
259897
259811
  ],
259898
- [
259899
- "asiago",
259900
- "sandwich",
259901
- false
259902
- ],
259903
259812
  [
259904
259813
  "asiago",
259905
259814
  "theAble",
@@ -259950,6 +259859,11 @@
259950
259859
  "queryable",
259951
259860
  false
259952
259861
  ],
259862
+ [
259863
+ "asiago_ranch_chicken_club",
259864
+ "sandwich",
259865
+ false
259866
+ ],
259953
259867
  [
259954
259868
  "asiago_ranch_chicken_club",
259955
259869
  "theAble",
@@ -264615,11 +264529,6 @@
264615
264529
  "queryable",
264616
264530
  false
264617
264531
  ],
264618
- [
264619
- "ranch",
264620
- "sandwich",
264621
- false
264622
- ],
264623
264532
  [
264624
264533
  "ranch",
264625
264534
  "theAble",
@@ -266728,11 +266637,6 @@
266728
266637
  "queryable",
266729
266638
  false
266730
266639
  ],
266731
- [
266732
- "asiago",
266733
- "sandwich",
266734
- false
266735
- ],
266736
266640
  [
266737
266641
  "asiago",
266738
266642
  "theAble",
@@ -266783,6 +266687,11 @@
266783
266687
  "queryable",
266784
266688
  false
266785
266689
  ],
266690
+ [
266691
+ "asiago_ranch_chicken_club",
266692
+ "sandwich",
266693
+ false
266694
+ ],
266786
266695
  [
266787
266696
  "asiago_ranch_chicken_club",
266788
266697
  "theAble",
@@ -271448,11 +271357,6 @@
271448
271357
  "queryable",
271449
271358
  false
271450
271359
  ],
271451
- [
271452
- "ranch",
271453
- "sandwich",
271454
- false
271455
- ],
271456
271360
  [
271457
271361
  "ranch",
271458
271362
  "theAble",
@@ -273707,11 +273611,6 @@
273707
273611
  "queryable",
273708
273612
  false
273709
273613
  ],
273710
- [
273711
- "asiago",
273712
- "sandwich",
273713
- false
273714
- ],
273715
273614
  [
273716
273615
  "asiago",
273717
273616
  "theAble",
@@ -273762,6 +273661,11 @@
273762
273661
  "queryable",
273763
273662
  false
273764
273663
  ],
273664
+ [
273665
+ "asiago_ranch_chicken_club",
273666
+ "sandwich",
273667
+ false
273668
+ ],
273765
273669
  [
273766
273670
  "asiago_ranch_chicken_club",
273767
273671
  "theAble",
@@ -278467,11 +278371,6 @@
278467
278371
  "queryable",
278468
278372
  false
278469
278373
  ],
278470
- [
278471
- "ranch",
278472
- "sandwich",
278473
- false
278474
- ],
278475
278374
  [
278476
278375
  "ranch",
278477
278376
  "theAble",
@@ -280746,11 +280645,6 @@
280746
280645
  "queryable",
280747
280646
  false
280748
280647
  ],
280749
- [
280750
- "asiago",
280751
- "sandwich",
280752
- false
280753
- ],
280754
280648
  [
280755
280649
  "asiago",
280756
280650
  "theAble",
@@ -280801,6 +280695,11 @@
280801
280695
  "queryable",
280802
280696
  false
280803
280697
  ],
280698
+ [
280699
+ "asiago_ranch_chicken_club",
280700
+ "sandwich",
280701
+ false
280702
+ ],
280804
280703
  [
280805
280704
  "asiago_ranch_chicken_club",
280806
280705
  "theAble",
@@ -285571,11 +285470,6 @@
285571
285470
  "queryable",
285572
285471
  false
285573
285472
  ],
285574
- [
285575
- "ranch",
285576
- "sandwich",
285577
- false
285578
- ],
285579
285473
  [
285580
285474
  "ranch",
285581
285475
  "theAble",
@@ -287850,11 +287744,6 @@
287850
287744
  "queryable",
287851
287745
  false
287852
287746
  ],
287853
- [
287854
- "asiago",
287855
- "sandwich",
287856
- false
287857
- ],
287858
287747
  [
287859
287748
  "asiago",
287860
287749
  "theAble",
@@ -287905,6 +287794,11 @@
287905
287794
  "queryable",
287906
287795
  false
287907
287796
  ],
287797
+ [
287798
+ "asiago_ranch_chicken_club",
287799
+ "sandwich",
287800
+ false
287801
+ ],
287908
287802
  [
287909
287803
  "asiago_ranch_chicken_club",
287910
287804
  "theAble",
@@ -292740,11 +292634,6 @@
292740
292634
  "queryable",
292741
292635
  false
292742
292636
  ],
292743
- [
292744
- "ranch",
292745
- "sandwich",
292746
- false
292747
- ],
292748
292637
  [
292749
292638
  "ranch",
292750
292639
  "theAble",
@@ -295080,11 +294969,6 @@
295080
294969
  "queryable",
295081
294970
  false
295082
294971
  ],
295083
- [
295084
- "asiago",
295085
- "sandwich",
295086
- false
295087
- ],
295088
294972
  [
295089
294973
  "asiago",
295090
294974
  "theAble",
@@ -295135,6 +295019,11 @@
295135
295019
  "queryable",
295136
295020
  false
295137
295021
  ],
295022
+ [
295023
+ "asiago_ranch_chicken_club",
295024
+ "sandwich",
295025
+ false
295026
+ ],
295138
295027
  [
295139
295028
  "asiago_ranch_chicken_club",
295140
295029
  "theAble",
@@ -300065,11 +299954,6 @@
300065
299954
  "queryable",
300066
299955
  false
300067
299956
  ],
300068
- [
300069
- "ranch",
300070
- "sandwich",
300071
- false
300072
- ],
300073
299957
  [
300074
299958
  "ranch",
300075
299959
  "theAble",
@@ -302354,11 +302238,6 @@
302354
302238
  "queryable",
302355
302239
  false
302356
302240
  ],
302357
- [
302358
- "asiago",
302359
- "sandwich",
302360
- false
302361
- ],
302362
302241
  [
302363
302242
  "asiago",
302364
302243
  "theAble",
@@ -302409,6 +302288,11 @@
302409
302288
  "queryable",
302410
302289
  false
302411
302290
  ],
302291
+ [
302292
+ "asiago_ranch_chicken_club",
302293
+ "sandwich",
302294
+ false
302295
+ ],
302412
302296
  [
302413
302297
  "asiago_ranch_chicken_club",
302414
302298
  "theAble",
@@ -307429,11 +307313,6 @@
307429
307313
  "queryable",
307430
307314
  false
307431
307315
  ],
307432
- [
307433
- "ranch",
307434
- "sandwich",
307435
- false
307436
- ],
307437
307316
  [
307438
307317
  "ranch",
307439
307318
  "theAble",
@@ -309901,11 +309780,6 @@
309901
309780
  "queryable",
309902
309781
  false
309903
309782
  ],
309904
- [
309905
- "asiago",
309906
- "sandwich",
309907
- false
309908
- ],
309909
309783
  [
309910
309784
  "asiago",
309911
309785
  "theAble",
@@ -309956,6 +309830,11 @@
309956
309830
  "queryable",
309957
309831
  false
309958
309832
  ],
309833
+ [
309834
+ "asiago_ranch_chicken_club",
309835
+ "sandwich",
309836
+ false
309837
+ ],
309959
309838
  [
309960
309839
  "asiago_ranch_chicken_club",
309961
309840
  "theAble",
@@ -314981,11 +314860,6 @@
314981
314860
  "queryable",
314982
314861
  false
314983
314862
  ],
314984
- [
314985
- "ranch",
314986
- "sandwich",
314987
- false
314988
- ],
314989
314863
  [
314990
314864
  "ranch",
314991
314865
  "theAble",
@@ -317352,11 +317226,6 @@
317352
317226
  "queryable",
317353
317227
  false
317354
317228
  ],
317355
- [
317356
- "asiago",
317357
- "sandwich",
317358
- false
317359
- ],
317360
317229
  [
317361
317230
  "asiago",
317362
317231
  "theAble",
@@ -317407,6 +317276,11 @@
317407
317276
  "queryable",
317408
317277
  false
317409
317278
  ],
317279
+ [
317280
+ "asiago_ranch_chicken_club",
317281
+ "sandwich",
317282
+ false
317283
+ ],
317410
317284
  [
317411
317285
  "asiago_ranch_chicken_club",
317412
317286
  "theAble",
@@ -322492,11 +322366,6 @@
322492
322366
  "queryable",
322493
322367
  false
322494
322368
  ],
322495
- [
322496
- "ranch",
322497
- "sandwich",
322498
- false
322499
- ],
322500
322369
  [
322501
322370
  "ranch",
322502
322371
  "theAble",
@@ -324642,15 +324511,15 @@
324642
324511
  0
324643
324512
  ],
324644
324513
  [
324645
- "french_toast",
324514
+ "double_sausage_muffin",
324646
324515
  0
324647
324516
  ],
324648
324517
  [
324649
- "egg_muffin",
324518
+ "french_toast",
324650
324519
  0
324651
324520
  ],
324652
324521
  [
324653
- "double_sausage_muffin",
324522
+ "egg_muffin",
324654
324523
  0
324655
324524
  ],
324656
324525
  [
@@ -324969,15 +324838,15 @@
324969
324838
  0
324970
324839
  ],
324971
324840
  [
324972
- "french_toast",
324841
+ "double_sausage_muffin",
324973
324842
  0
324974
324843
  ],
324975
324844
  [
324976
- "egg_muffin",
324845
+ "french_toast",
324977
324846
  0
324978
324847
  ],
324979
324848
  [
324980
- "double_sausage_muffin",
324849
+ "egg_muffin",
324981
324850
  0
324982
324851
  ],
324983
324852
  [
@@ -325171,19 +325040,19 @@
325171
325040
  0
325172
325041
  ],
325173
325042
  [
325174
- "double_sausage_muffin",
325043
+ "pancake_platter",
325175
325044
  0
325176
325045
  ],
325177
325046
  [
325178
- "french_toast",
325047
+ "breakfast_meal",
325179
325048
  0
325180
325049
  ],
325181
325050
  [
325182
- "pancake_platter",
325051
+ "double_sausage_muffin",
325183
325052
  0
325184
325053
  ],
325185
325054
  [
325186
- "breakfast_meal",
325055
+ "french_toast",
325187
325056
  0
325188
325057
  ],
325189
325058
  [
@@ -325280,19 +325149,19 @@
325280
325149
  0
325281
325150
  ],
325282
325151
  [
325283
- "double_sausage_muffin",
325152
+ "pancake_platter",
325284
325153
  0
325285
325154
  ],
325286
325155
  [
325287
- "french_toast",
325156
+ "breakfast_meal",
325288
325157
  0
325289
325158
  ],
325290
325159
  [
325291
- "pancake_platter",
325160
+ "double_sausage_muffin",
325292
325161
  0
325293
325162
  ],
325294
325163
  [
325295
- "breakfast_meal",
325164
+ "french_toast",
325296
325165
  0
325297
325166
  ],
325298
325167
  [
@@ -325385,19 +325254,19 @@
325385
325254
  0
325386
325255
  ],
325387
325256
  [
325388
- "double_sausage_muffin",
325257
+ "pancake_platter",
325389
325258
  0
325390
325259
  ],
325391
325260
  [
325392
- "french_toast",
325261
+ "breakfast_meal",
325393
325262
  0
325394
325263
  ],
325395
325264
  [
325396
- "pancake_platter",
325265
+ "double_sausage_muffin",
325397
325266
  0
325398
325267
  ],
325399
325268
  [
325400
- "breakfast_meal",
325269
+ "french_toast",
325401
325270
  0
325402
325271
  ],
325403
325272
  [
@@ -325636,19 +325505,19 @@
325636
325505
  0
325637
325506
  ],
325638
325507
  [
325639
- "double_sausage_muffin",
325508
+ "pancake_platter",
325640
325509
  0
325641
325510
  ],
325642
325511
  [
325643
- "french_toast",
325512
+ "breakfast_meal",
325644
325513
  0
325645
325514
  ],
325646
325515
  [
325647
- "pancake_platter",
325516
+ "double_sausage_muffin",
325648
325517
  0
325649
325518
  ],
325650
325519
  [
325651
- "breakfast_meal",
325520
+ "french_toast",
325652
325521
  0
325653
325522
  ],
325654
325523
  [
@@ -325794,15 +325663,15 @@
325794
325663
  0
325795
325664
  ],
325796
325665
  [
325797
- "double_sausage_muffin",
325666
+ "breakfast_meal",
325798
325667
  0
325799
325668
  ],
325800
325669
  [
325801
- "french_toast",
325670
+ "double_sausage_muffin",
325802
325671
  0
325803
325672
  ],
325804
325673
  [
325805
- "breakfast_meal",
325674
+ "french_toast",
325806
325675
  0
325807
325676
  ],
325808
325677
  [
@@ -325924,11 +325793,11 @@
325924
325793
  0
325925
325794
  ],
325926
325795
  [
325927
- "french_toast",
325796
+ "breakfast_meal",
325928
325797
  0
325929
325798
  ],
325930
325799
  [
325931
- "breakfast_meal",
325800
+ "french_toast",
325932
325801
  0
325933
325802
  ],
325934
325803
  [
@@ -325977,11 +325846,11 @@
325977
325846
  0
325978
325847
  ],
325979
325848
  [
325980
- "french_toast",
325849
+ "breakfast_meal",
325981
325850
  0
325982
325851
  ],
325983
325852
  [
325984
- "breakfast_meal",
325853
+ "french_toast",
325985
325854
  0
325986
325855
  ],
325987
325856
  [
@@ -326026,11 +325895,11 @@
326026
325895
  0
326027
325896
  ],
326028
325897
  [
326029
- "french_toast",
325898
+ "breakfast_meal",
326030
325899
  0
326031
325900
  ],
326032
325901
  [
326033
- "breakfast_meal",
325902
+ "french_toast",
326034
325903
  0
326035
325904
  ],
326036
325905
  [
@@ -327263,10 +327132,6 @@
327263
327132
  "breakfast",
327264
327133
  0
327265
327134
  ],
327266
- [
327267
- "chicken",
327268
- 0
327269
- ],
327270
327135
  [
327271
327136
  "comma",
327272
327137
  0
@@ -327357,10 +327222,6 @@
327357
327222
  "oatmeal",
327358
327223
  0
327359
327224
  ],
327360
- [
327361
- "on",
327362
- 0
327363
- ],
327364
327225
  [
327365
327226
  "pancake",
327366
327227
  0
@@ -327473,10 +327334,6 @@
327473
327334
  "pancake",
327474
327335
  0
327475
327336
  ],
327476
- [
327477
- "platter",
327478
- 0
327479
- ],
327480
327337
  [
327481
327338
  "sausage",
327482
327339
  0
@@ -327495,10 +327352,6 @@
327495
327352
  "comma",
327496
327353
  0
327497
327354
  ],
327498
- [
327499
- "double",
327500
- 0
327501
- ],
327502
327355
  [
327503
327356
  "french",
327504
327357
  0
@@ -327515,10 +327368,6 @@
327515
327368
  "meal",
327516
327369
  0
327517
327370
  ],
327518
- [
327519
- "muffin",
327520
- 0
327521
- ],
327522
327371
  [
327523
327372
  "oatmeal",
327524
327373
  0
@@ -327527,10 +327376,6 @@
327527
327376
  "pancake",
327528
327377
  0
327529
327378
  ],
327530
- [
327531
- "sausage",
327532
- 0
327533
- ],
327534
327379
  [
327535
327380
  "toast",
327536
327381
  0
@@ -327565,10 +327410,6 @@
327565
327410
  "oatmeal",
327566
327411
  0
327567
327412
  ],
327568
- [
327569
- "pancake",
327570
- 0
327571
- ],
327572
327413
  [
327573
327414
  "toast",
327574
327415
  0
@@ -327579,10 +327420,6 @@
327579
327420
  "breakfast",
327580
327421
  0
327581
327422
  ],
327582
- [
327583
- "comma",
327584
- 0
327585
- ],
327586
327423
  [
327587
327424
  "french",
327588
327425
  0
@@ -327613,10 +327450,6 @@
327613
327450
  "breakfast",
327614
327451
  0
327615
327452
  ],
327616
- [
327617
- "french",
327618
- 0
327619
- ],
327620
327453
  [
327621
327454
  "is",
327622
327455
  0
@@ -327632,10 +327465,6 @@
327632
327465
  [
327633
327466
  "oatmeal",
327634
327467
  0
327635
- ],
327636
- [
327637
- "toast",
327638
- 0
327639
327468
  ]
327640
327469
  ],
327641
327470
  [
@@ -327649,15 +327478,11 @@
327649
327478
  ],
327650
327479
  [
327651
327480
  "list",
327652
- 0
327481
+ 1
327653
327482
  ],
327654
327483
  [
327655
327484
  "meal",
327656
327485
  0
327657
- ],
327658
- [
327659
- "oatmeal",
327660
- 0
327661
327486
  ]
327662
327487
  ],
327663
327488
  [
@@ -327957,11 +327782,6 @@
327957
327782
  "queryable",
327958
327783
  false
327959
327784
  ],
327960
- [
327961
- "asiago",
327962
- "sandwich",
327963
- false
327964
- ],
327965
327785
  [
327966
327786
  "asiago",
327967
327787
  "theAble",
@@ -328012,6 +327832,11 @@
328012
327832
  "queryable",
328013
327833
  false
328014
327834
  ],
327835
+ [
327836
+ "asiago_ranch_chicken_club",
327837
+ "sandwich",
327838
+ false
327839
+ ],
328015
327840
  [
328016
327841
  "asiago_ranch_chicken_club",
328017
327842
  "theAble",
@@ -333142,11 +332967,6 @@
333142
332967
  "queryable",
333143
332968
  false
333144
332969
  ],
333145
- [
333146
- "ranch",
333147
- "sandwich",
333148
- false
333149
- ],
333150
332970
  [
333151
332971
  "ranch",
333152
332972
  "theAble",
@@ -336385,10 +336205,60 @@
336385
336205
  "deluxe",
336386
336206
  0
336387
336207
  ],
336388
- [
336389
- "double",
336390
- 0
336391
- ],
336208
+ [
336209
+ "double",
336210
+ 0
336211
+ ],
336212
+ [
336213
+ "homestyle",
336214
+ 0
336215
+ ],
336216
+ [
336217
+ "is",
336218
+ 0
336219
+ ],
336220
+ [
336221
+ "list",
336222
+ 0
336223
+ ],
336224
+ [
336225
+ "meal",
336226
+ 0
336227
+ ],
336228
+ [
336229
+ "premium",
336230
+ 0
336231
+ ],
336232
+ [
336233
+ "spicy",
336234
+ 0
336235
+ ],
336236
+ [
336237
+ "triple",
336238
+ 0
336239
+ ]
336240
+ ],
336241
+ [
336242
+ [
336243
+ "bacon",
336244
+ 0
336245
+ ],
336246
+ [
336247
+ "baconator",
336248
+ 0
336249
+ ],
336250
+ [
336251
+ "cod",
336252
+ 0
336253
+ ],
336254
+ [
336255
+ "comma",
336256
+ 0
336257
+ ],
336258
+ [
336259
+ "deluxe",
336260
+ 0
336261
+ ],
336392
336262
  [
336393
336263
  "homestyle",
336394
336264
  0
@@ -336412,10 +336282,6 @@
336412
336282
  [
336413
336283
  "spicy",
336414
336284
  0
336415
- ],
336416
- [
336417
- "triple",
336418
- 0
336419
336285
  ]
336420
336286
  ],
336421
336287
  [
@@ -336462,6 +336328,10 @@
336462
336328
  [
336463
336329
  "spicy",
336464
336330
  0
336331
+ ],
336332
+ [
336333
+ "triple",
336334
+ 0
336465
336335
  ]
336466
336336
  ],
336467
336337
  [
@@ -336469,10 +336339,6 @@
336469
336339
  "bacon",
336470
336340
  0
336471
336341
  ],
336472
- [
336473
- "baconator",
336474
- 0
336475
- ],
336476
336342
  [
336477
336343
  "cod",
336478
336344
  0
@@ -336508,17 +336374,9 @@
336508
336374
  [
336509
336375
  "spicy",
336510
336376
  0
336511
- ],
336512
- [
336513
- "triple",
336514
- 0
336515
336377
  ]
336516
336378
  ],
336517
336379
  [
336518
- [
336519
- "bacon",
336520
- 0
336521
- ],
336522
336380
  [
336523
336381
  "cod",
336524
336382
  0
@@ -336527,10 +336385,6 @@
336527
336385
  "comma",
336528
336386
  0
336529
336387
  ],
336530
- [
336531
- "deluxe",
336532
- 0
336533
- ],
336534
336388
  [
336535
336389
  "homestyle",
336536
336390
  0
@@ -336561,10 +336415,6 @@
336561
336415
  "cod",
336562
336416
  0
336563
336417
  ],
336564
- [
336565
- "comma",
336566
- 0
336567
- ],
336568
336418
  [
336569
336419
  "homestyle",
336570
336420
  0
@@ -336584,10 +336434,6 @@
336584
336434
  [
336585
336435
  "premium",
336586
336436
  0
336587
- ],
336588
- [
336589
- "spicy",
336590
- 0
336591
336437
  ]
336592
336438
  ],
336593
336439
  [
@@ -336614,6 +336460,10 @@
336614
336460
  [
336615
336461
  "premium",
336616
336462
  0
336463
+ ],
336464
+ [
336465
+ "spicy",
336466
+ 0
336617
336467
  ]
336618
336468
  ],
336619
336469
  [
@@ -336621,10 +336471,6 @@
336621
336471
  "cod",
336622
336472
  0
336623
336473
  ],
336624
- [
336625
- "homestyle",
336626
- 0
336627
- ],
336628
336474
  [
336629
336475
  "is",
336630
336476
  0
@@ -336640,17 +336486,9 @@
336640
336486
  [
336641
336487
  "premium",
336642
336488
  0
336643
- ],
336644
- [
336645
- "spicy",
336646
- 0
336647
336489
  ]
336648
336490
  ],
336649
336491
  [
336650
- [
336651
- "cod",
336652
- 0
336653
- ],
336654
336492
  [
336655
336493
  "is",
336656
336494
  0
@@ -336662,10 +336500,6 @@
336662
336500
  [
336663
336501
  "meal",
336664
336502
  0
336665
- ],
336666
- [
336667
- "premium",
336668
- 0
336669
336503
  ]
336670
336504
  ],
336671
336505
  [
@@ -336675,11 +336509,7 @@
336675
336509
  ],
336676
336510
  [
336677
336511
  "list",
336678
- 0
336679
- ],
336680
- [
336681
- "meal",
336682
- 0
336512
+ 1
336683
336513
  ]
336684
336514
  ],
336685
336515
  [
@@ -336690,6 +336520,10 @@
336690
336520
  [
336691
336521
  "list",
336692
336522
  1
336523
+ ],
336524
+ [
336525
+ "meal",
336526
+ 0
336693
336527
  ]
336694
336528
  ],
336695
336529
  [
@@ -336975,11 +336809,6 @@
336975
336809
  "queryable",
336976
336810
  false
336977
336811
  ],
336978
- [
336979
- "asiago",
336980
- "sandwich",
336981
- false
336982
- ],
336983
336812
  [
336984
336813
  "asiago",
336985
336814
  "theAble",
@@ -337030,6 +336859,11 @@
337030
336859
  "queryable",
337031
336860
  false
337032
336861
  ],
336862
+ [
336863
+ "asiago_ranch_chicken_club",
336864
+ "sandwich",
336865
+ false
336866
+ ],
337033
336867
  [
337034
336868
  "asiago_ranch_chicken_club",
337035
336869
  "theAble",
@@ -342185,11 +342019,6 @@
342185
342019
  "queryable",
342186
342020
  false
342187
342021
  ],
342188
- [
342189
- "ranch",
342190
- "sandwich",
342191
- false
342192
- ],
342193
342022
  [
342194
342023
  "ranch",
342195
342024
  "theAble",
@@ -344534,11 +344363,6 @@
344534
344363
  "queryable",
344535
344364
  false
344536
344365
  ],
344537
- [
344538
- "asiago",
344539
- "sandwich",
344540
- false
344541
- ],
344542
344366
  [
344543
344367
  "asiago",
344544
344368
  "theAble",
@@ -344589,6 +344413,11 @@
344589
344413
  "queryable",
344590
344414
  false
344591
344415
  ],
344416
+ [
344417
+ "asiago_ranch_chicken_club",
344418
+ "sandwich",
344419
+ false
344420
+ ],
344592
344421
  [
344593
344422
  "asiago_ranch_chicken_club",
344594
344423
  "theAble",
@@ -349879,11 +349708,6 @@
349879
349708
  "queryable",
349880
349709
  false
349881
349710
  ],
349882
- [
349883
- "ranch",
349884
- "sandwich",
349885
- false
349886
- ],
349887
349711
  [
349888
349712
  "ranch",
349889
349713
  "theAble",
@@ -352228,11 +352052,6 @@
352228
352052
  "queryable",
352229
352053
  false
352230
352054
  ],
352231
- [
352232
- "asiago",
352233
- "sandwich",
352234
- false
352235
- ],
352236
352055
  [
352237
352056
  "asiago",
352238
352057
  "theAble",
@@ -352283,6 +352102,11 @@
352283
352102
  "queryable",
352284
352103
  false
352285
352104
  ],
352105
+ [
352106
+ "asiago_ranch_chicken_club",
352107
+ "sandwich",
352108
+ false
352109
+ ],
352286
352110
  [
352287
352111
  "asiago_ranch_chicken_club",
352288
352112
  "theAble",
@@ -357708,11 +357532,6 @@
357708
357532
  "queryable",
357709
357533
  false
357710
357534
  ],
357711
- [
357712
- "ranch",
357713
- "sandwich",
357714
- false
357715
- ],
357716
357535
  [
357717
357536
  "ranch",
357718
357537
  "theAble",
@@ -360061,11 +359880,6 @@
360061
359880
  "queryable",
360062
359881
  false
360063
359882
  ],
360064
- [
360065
- "asiago",
360066
- "sandwich",
360067
- false
360068
- ],
360069
359883
  [
360070
359884
  "asiago",
360071
359885
  "theAble",
@@ -360116,6 +359930,11 @@
360116
359930
  "queryable",
360117
359931
  false
360118
359932
  ],
359933
+ [
359934
+ "asiago_ranch_chicken_club",
359935
+ "sandwich",
359936
+ false
359937
+ ],
360119
359938
  [
360120
359939
  "asiago_ranch_chicken_club",
360121
359940
  "theAble",
@@ -365631,11 +365450,6 @@
365631
365450
  "queryable",
365632
365451
  false
365633
365452
  ],
365634
- [
365635
- "ranch",
365636
- "sandwich",
365637
- false
365638
- ],
365639
365453
  [
365640
365454
  "ranch",
365641
365455
  "theAble",
@@ -367649,15 +367463,15 @@
367649
367463
  0
367650
367464
  ],
367651
367465
  [
367652
- "diet_coke",
367466
+ "coca_cola",
367653
367467
  0
367654
367468
  ],
367655
367469
  [
367656
- "iced_tea",
367470
+ "diet_coke",
367657
367471
  0
367658
367472
  ],
367659
367473
  [
367660
- "coca_cola",
367474
+ "iced_tea",
367661
367475
  0
367662
367476
  ]
367663
367477
  ],
@@ -367734,15 +367548,15 @@
367734
367548
  0
367735
367549
  ],
367736
367550
  [
367737
- "diet_coke",
367551
+ "coca_cola",
367738
367552
  0
367739
367553
  ],
367740
367554
  [
367741
- "iced_tea",
367555
+ "diet_coke",
367742
367556
  0
367743
367557
  ],
367744
367558
  [
367745
- "coca_cola",
367559
+ "iced_tea",
367746
367560
  0
367747
367561
  ]
367748
367562
  ],
@@ -367815,15 +367629,15 @@
367815
367629
  0
367816
367630
  ],
367817
367631
  [
367818
- "diet_coke",
367632
+ "coca_cola",
367819
367633
  0
367820
367634
  ],
367821
367635
  [
367822
- "iced_tea",
367636
+ "diet_coke",
367823
367637
  0
367824
367638
  ],
367825
367639
  [
367826
- "coca_cola",
367640
+ "iced_tea",
367827
367641
  0
367828
367642
  ]
367829
367643
  ],
@@ -367892,15 +367706,15 @@
367892
367706
  0
367893
367707
  ],
367894
367708
  [
367895
- "diet_coke",
367709
+ "coca_cola",
367896
367710
  0
367897
367711
  ],
367898
367712
  [
367899
- "iced_tea",
367713
+ "diet_coke",
367900
367714
  0
367901
367715
  ],
367902
367716
  [
367903
- "coca_cola",
367717
+ "iced_tea",
367904
367718
  0
367905
367719
  ]
367906
367720
  ],
@@ -369040,6 +368854,20 @@
369040
368854
  0
369041
368855
  ]
369042
368856
  ],
368857
+ [
368858
+ [
368859
+ "is",
368860
+ 0
368861
+ ],
368862
+ [
368863
+ "list",
368864
+ 1
368865
+ ],
368866
+ [
368867
+ "pop",
368868
+ 0
368869
+ ]
368870
+ ],
369043
368871
  [
369044
368872
  [
369045
368873
  "is",
@@ -369327,11 +369155,6 @@
369327
369155
  "queryable",
369328
369156
  false
369329
369157
  ],
369330
- [
369331
- "asiago",
369332
- "sandwich",
369333
- false
369334
- ],
369335
369158
  [
369336
369159
  "asiago",
369337
369160
  "theAble",
@@ -369382,6 +369205,11 @@
369382
369205
  "queryable",
369383
369206
  false
369384
369207
  ],
369208
+ [
369209
+ "asiago_ranch_chicken_club",
369210
+ "sandwich",
369211
+ false
369212
+ ],
369385
369213
  [
369386
369214
  "asiago_ranch_chicken_club",
369387
369215
  "theAble",
@@ -374997,11 +374825,6 @@
374997
374825
  "queryable",
374998
374826
  false
374999
374827
  ],
375000
- [
375001
- "ranch",
375002
- "sandwich",
375003
- false
375004
- ],
375005
374828
  [
375006
374829
  "ranch",
375007
374830
  "theAble",
@@ -377456,11 +377279,6 @@
377456
377279
  "queryable",
377457
377280
  false
377458
377281
  ],
377459
- [
377460
- "asiago",
377461
- "sandwich",
377462
- false
377463
- ],
377464
377282
  [
377465
377283
  "asiago",
377466
377284
  "theAble",
@@ -377511,6 +377329,11 @@
377511
377329
  "queryable",
377512
377330
  false
377513
377331
  ],
377332
+ [
377333
+ "asiago_ranch_chicken_club",
377334
+ "sandwich",
377335
+ false
377336
+ ],
377514
377337
  [
377515
377338
  "asiago_ranch_chicken_club",
377516
377339
  "theAble",
@@ -383176,11 +382999,6 @@
383176
382999
  "queryable",
383177
383000
  false
383178
383001
  ],
383179
- [
383180
- "ranch",
383181
- "sandwich",
383182
- false
383183
- ],
383184
383002
  [
383185
383003
  "ranch",
383186
383004
  "theAble",
@@ -385711,11 +385529,6 @@
385711
385529
  "queryable",
385712
385530
  false
385713
385531
  ],
385714
- [
385715
- "asiago",
385716
- "sandwich",
385717
- false
385718
- ],
385719
385532
  [
385720
385533
  "asiago",
385721
385534
  "theAble",
@@ -385766,6 +385579,11 @@
385766
385579
  "queryable",
385767
385580
  false
385768
385581
  ],
385582
+ [
385583
+ "asiago_ranch_chicken_club",
385584
+ "sandwich",
385585
+ false
385586
+ ],
385769
385587
  [
385770
385588
  "asiago_ranch_chicken_club",
385771
385589
  "theAble",
@@ -391486,11 +391304,6 @@
391486
391304
  "queryable",
391487
391305
  false
391488
391306
  ],
391489
- [
391490
- "ranch",
391491
- "sandwich",
391492
- false
391493
- ],
391494
391307
  [
391495
391308
  "ranch",
391496
391309
  "theAble",
@@ -393984,11 +393797,6 @@
393984
393797
  "queryable",
393985
393798
  false
393986
393799
  ],
393987
- [
393988
- "asiago",
393989
- "sandwich",
393990
- false
393991
- ],
393992
393800
  [
393993
393801
  "asiago",
393994
393802
  "theAble",
@@ -394039,6 +393847,11 @@
394039
393847
  "queryable",
394040
393848
  false
394041
393849
  ],
393850
+ [
393851
+ "asiago_ranch_chicken_club",
393852
+ "sandwich",
393853
+ false
393854
+ ],
394042
393855
  [
394043
393856
  "asiago_ranch_chicken_club",
394044
393857
  "theAble",
@@ -399849,11 +399662,6 @@
399849
399662
  "queryable",
399850
399663
  false
399851
399664
  ],
399852
- [
399853
- "ranch",
399854
- "sandwich",
399855
- false
399856
- ],
399857
399665
  [
399858
399666
  "ranch",
399859
399667
  "theAble",
@@ -402347,11 +402155,6 @@
402347
402155
  "queryable",
402348
402156
  false
402349
402157
  ],
402350
- [
402351
- "asiago",
402352
- "sandwich",
402353
- false
402354
- ],
402355
402158
  [
402356
402159
  "asiago",
402357
402160
  "theAble",
@@ -402402,6 +402205,11 @@
402402
402205
  "queryable",
402403
402206
  false
402404
402207
  ],
402208
+ [
402209
+ "asiago_ranch_chicken_club",
402210
+ "sandwich",
402211
+ false
402212
+ ],
402405
402213
  [
402406
402214
  "asiago_ranch_chicken_club",
402407
402215
  "theAble",
@@ -408302,11 +408110,6 @@
408302
408110
  "queryable",
408303
408111
  false
408304
408112
  ],
408305
- [
408306
- "ranch",
408307
- "sandwich",
408308
- false
408309
- ],
408310
408113
  [
408311
408114
  "ranch",
408312
408115
  "theAble",
@@ -410800,11 +410603,6 @@
410800
410603
  "queryable",
410801
410604
  false
410802
410605
  ],
410803
- [
410804
- "asiago",
410805
- "sandwich",
410806
- false
410807
- ],
410808
410606
  [
410809
410607
  "asiago",
410810
410608
  "theAble",
@@ -410855,6 +410653,11 @@
410855
410653
  "queryable",
410856
410654
  false
410857
410655
  ],
410656
+ [
410657
+ "asiago_ranch_chicken_club",
410658
+ "sandwich",
410659
+ false
410660
+ ],
410858
410661
  [
410859
410662
  "asiago_ranch_chicken_club",
410860
410663
  "theAble",
@@ -416845,11 +416648,6 @@
416845
416648
  "queryable",
416846
416649
  false
416847
416650
  ],
416848
- [
416849
- "ranch",
416850
- "sandwich",
416851
- false
416852
- ],
416853
416651
  [
416854
416652
  "ranch",
416855
416653
  "theAble",
@@ -419329,11 +419127,6 @@
419329
419127
  "queryable",
419330
419128
  false
419331
419129
  ],
419332
- [
419333
- "asiago",
419334
- "sandwich",
419335
- false
419336
- ],
419337
419130
  [
419338
419131
  "asiago",
419339
419132
  "theAble",
@@ -419384,6 +419177,11 @@
419384
419177
  "queryable",
419385
419178
  false
419386
419179
  ],
419180
+ [
419181
+ "asiago_ranch_chicken_club",
419182
+ "sandwich",
419183
+ false
419184
+ ],
419387
419185
  [
419388
419186
  "asiago_ranch_chicken_club",
419389
419187
  "theAble",
@@ -425384,11 +425182,6 @@
425384
425182
  "queryable",
425385
425183
  false
425386
425184
  ],
425387
- [
425388
- "ranch",
425389
- "sandwich",
425390
- false
425391
- ],
425392
425185
  [
425393
425186
  "ranch",
425394
425187
  "theAble",
@@ -427958,11 +427751,6 @@
427958
427751
  "queryable",
427959
427752
  false
427960
427753
  ],
427961
- [
427962
- "asiago",
427963
- "sandwich",
427964
- false
427965
- ],
427966
427754
  [
427967
427755
  "asiago",
427968
427756
  "theAble",
@@ -428013,6 +427801,11 @@
428013
427801
  "queryable",
428014
427802
  false
428015
427803
  ],
427804
+ [
427805
+ "asiago_ranch_chicken_club",
427806
+ "sandwich",
427807
+ false
427808
+ ],
428016
427809
  [
428017
427810
  "asiago_ranch_chicken_club",
428018
427811
  "theAble",
@@ -434013,11 +433806,6 @@
434013
433806
  "queryable",
434014
433807
  false
434015
433808
  ],
434016
- [
434017
- "ranch",
434018
- "sandwich",
434019
- false
434020
- ],
434021
433809
  [
434022
433810
  "ranch",
434023
433811
  "theAble",
@@ -436621,11 +436409,6 @@
436621
436409
  "queryable",
436622
436410
  false
436623
436411
  ],
436624
- [
436625
- "asiago",
436626
- "sandwich",
436627
- false
436628
- ],
436629
436412
  [
436630
436413
  "asiago",
436631
436414
  "theAble",
@@ -436676,6 +436459,11 @@
436676
436459
  "queryable",
436677
436460
  false
436678
436461
  ],
436462
+ [
436463
+ "asiago_ranch_chicken_club",
436464
+ "sandwich",
436465
+ false
436466
+ ],
436679
436467
  [
436680
436468
  "asiago_ranch_chicken_club",
436681
436469
  "theAble",
@@ -442766,11 +442554,6 @@
442766
442554
  "queryable",
442767
442555
  false
442768
442556
  ],
442769
- [
442770
- "ranch",
442771
- "sandwich",
442772
- false
442773
- ],
442774
442557
  [
442775
442558
  "ranch",
442776
442559
  "theAble",
@@ -445495,11 +445278,6 @@
445495
445278
  "queryable",
445496
445279
  false
445497
445280
  ],
445498
- [
445499
- "asiago",
445500
- "sandwich",
445501
- false
445502
- ],
445503
445281
  [
445504
445282
  "asiago",
445505
445283
  "theAble",
@@ -445550,6 +445328,11 @@
445550
445328
  "queryable",
445551
445329
  false
445552
445330
  ],
445331
+ [
445332
+ "asiago_ranch_chicken_club",
445333
+ "sandwich",
445334
+ false
445335
+ ],
445553
445336
  [
445554
445337
  "asiago_ranch_chicken_club",
445555
445338
  "theAble",
@@ -451685,11 +451468,6 @@
451685
451468
  "queryable",
451686
451469
  false
451687
451470
  ],
451688
- [
451689
- "ranch",
451690
- "sandwich",
451691
- false
451692
- ],
451693
451471
  [
451694
451472
  "ranch",
451695
451473
  "theAble",
@@ -454732,11 +454510,6 @@
454732
454510
  "queryable",
454733
454511
  false
454734
454512
  ],
454735
- [
454736
- "asiago",
454737
- "sandwich",
454738
- false
454739
- ],
454740
454513
  [
454741
454514
  "asiago",
454742
454515
  "theAble",
@@ -454787,6 +454560,11 @@
454787
454560
  "queryable",
454788
454561
  false
454789
454562
  ],
454563
+ [
454564
+ "asiago_ranch_chicken_club",
454565
+ "sandwich",
454566
+ false
454567
+ ],
454790
454568
  [
454791
454569
  "asiago_ranch_chicken_club",
454792
454570
  "theAble",
@@ -460922,11 +460700,6 @@
460922
460700
  "queryable",
460923
460701
  false
460924
460702
  ],
460925
- [
460926
- "ranch",
460927
- "sandwich",
460928
- false
460929
- ],
460930
460703
  [
460931
460704
  "ranch",
460932
460705
  "theAble",
@@ -463678,11 +463451,6 @@
463678
463451
  "queryable",
463679
463452
  false
463680
463453
  ],
463681
- [
463682
- "asiago",
463683
- "sandwich",
463684
- false
463685
- ],
463686
463454
  [
463687
463455
  "asiago",
463688
463456
  "theAble",
@@ -463733,6 +463501,11 @@
463733
463501
  "queryable",
463734
463502
  false
463735
463503
  ],
463504
+ [
463505
+ "asiago_ranch_chicken_club",
463506
+ "sandwich",
463507
+ false
463508
+ ],
463736
463509
  [
463737
463510
  "asiago_ranch_chicken_club",
463738
463511
  "theAble",
@@ -469968,11 +469741,6 @@
469968
469741
  "queryable",
469969
469742
  false
469970
469743
  ],
469971
- [
469972
- "ranch",
469973
- "sandwich",
469974
- false
469975
- ],
469976
469744
  [
469977
469745
  "ranch",
469978
469746
  "theAble",
@@ -472724,11 +472492,6 @@
472724
472492
  "queryable",
472725
472493
  false
472726
472494
  ],
472727
- [
472728
- "asiago",
472729
- "sandwich",
472730
- false
472731
- ],
472732
472495
  [
472733
472496
  "asiago",
472734
472497
  "theAble",
@@ -472779,6 +472542,11 @@
472779
472542
  "queryable",
472780
472543
  false
472781
472544
  ],
472545
+ [
472546
+ "asiago_ranch_chicken_club",
472547
+ "sandwich",
472548
+ false
472549
+ ],
472782
472550
  [
472783
472551
  "asiago_ranch_chicken_club",
472784
472552
  "theAble",
@@ -479069,11 +478837,6 @@
479069
478837
  "queryable",
479070
478838
  false
479071
478839
  ],
479072
- [
479073
- "ranch",
479074
- "sandwich",
479075
- false
479076
- ],
479077
478840
  [
479078
478841
  "ranch",
479079
478842
  "theAble",
@@ -481825,11 +481588,6 @@
481825
481588
  "queryable",
481826
481589
  false
481827
481590
  ],
481828
- [
481829
- "asiago",
481830
- "sandwich",
481831
- false
481832
- ],
481833
481591
  [
481834
481592
  "asiago",
481835
481593
  "theAble",
@@ -481880,6 +481638,11 @@
481880
481638
  "queryable",
481881
481639
  false
481882
481640
  ],
481641
+ [
481642
+ "asiago_ranch_chicken_club",
481643
+ "sandwich",
481644
+ false
481645
+ ],
481883
481646
  [
481884
481647
  "asiago_ranch_chicken_club",
481885
481648
  "theAble",
@@ -488225,11 +487988,6 @@
488225
487988
  "queryable",
488226
487989
  false
488227
487990
  ],
488228
- [
488229
- "ranch",
488230
- "sandwich",
488231
- false
488232
- ],
488233
487991
  [
488234
487992
  "ranch",
488235
487993
  "theAble",
@@ -490833,11 +490591,6 @@
490833
490591
  "queryable",
490834
490592
  false
490835
490593
  ],
490836
- [
490837
- "asiago",
490838
- "sandwich",
490839
- false
490840
- ],
490841
490594
  [
490842
490595
  "asiago",
490843
490596
  "theAble",
@@ -490888,6 +490641,11 @@
490888
490641
  "queryable",
490889
490642
  false
490890
490643
  ],
490644
+ [
490645
+ "asiago_ranch_chicken_club",
490646
+ "sandwich",
490647
+ false
490648
+ ],
490891
490649
  [
490892
490650
  "asiago_ranch_chicken_club",
490893
490651
  "theAble",
@@ -497323,11 +497081,6 @@
497323
497081
  "queryable",
497324
497082
  false
497325
497083
  ],
497326
- [
497327
- "ranch",
497328
- "sandwich",
497329
- false
497330
- ],
497331
497084
  [
497332
497085
  "ranch",
497333
497086
  "theAble",
@@ -499931,11 +499684,6 @@
499931
499684
  "queryable",
499932
499685
  false
499933
499686
  ],
499934
- [
499935
- "asiago",
499936
- "sandwich",
499937
- false
499938
- ],
499939
499687
  [
499940
499688
  "asiago",
499941
499689
  "theAble",
@@ -499986,6 +499734,11 @@
499986
499734
  "queryable",
499987
499735
  false
499988
499736
  ],
499737
+ [
499738
+ "asiago_ranch_chicken_club",
499739
+ "sandwich",
499740
+ false
499741
+ ],
499989
499742
  [
499990
499743
  "asiago_ranch_chicken_club",
499991
499744
  "theAble",
@@ -506421,11 +506174,6 @@
506421
506174
  "queryable",
506422
506175
  false
506423
506176
  ],
506424
- [
506425
- "ranch",
506426
- "sandwich",
506427
- false
506428
- ],
506429
506177
  [
506430
506178
  "ranch",
506431
506179
  "theAble",
@@ -509115,11 +508863,6 @@
509115
508863
  "queryable",
509116
508864
  false
509117
508865
  ],
509118
- [
509119
- "asiago",
509120
- "sandwich",
509121
- false
509122
- ],
509123
508866
  [
509124
508867
  "asiago",
509125
508868
  "theAble",
@@ -509170,6 +508913,11 @@
509170
508913
  "queryable",
509171
508914
  false
509172
508915
  ],
508916
+ [
508917
+ "asiago_ranch_chicken_club",
508918
+ "sandwich",
508919
+ false
508920
+ ],
509173
508921
  [
509174
508922
  "asiago_ranch_chicken_club",
509175
508923
  "theAble",
@@ -515695,11 +515443,6 @@
515695
515443
  "queryable",
515696
515444
  false
515697
515445
  ],
515698
- [
515699
- "ranch",
515700
- "sandwich",
515701
- false
515702
- ],
515703
515446
  [
515704
515447
  "ranch",
515705
515448
  "theAble",
@@ -518532,11 +518275,6 @@
518532
518275
  "queryable",
518533
518276
  false
518534
518277
  ],
518535
- [
518536
- "asiago",
518537
- "sandwich",
518538
- false
518539
- ],
518540
518278
  [
518541
518279
  "asiago",
518542
518280
  "theAble",
@@ -518587,6 +518325,11 @@
518587
518325
  "queryable",
518588
518326
  false
518589
518327
  ],
518328
+ [
518329
+ "asiago_ranch_chicken_club",
518330
+ "sandwich",
518331
+ false
518332
+ ],
518590
518333
  [
518591
518334
  "asiago_ranch_chicken_club",
518592
518335
  "theAble",
@@ -525117,11 +524860,6 @@
525117
524860
  "queryable",
525118
524861
  false
525119
524862
  ],
525120
- [
525121
- "ranch",
525122
- "sandwich",
525123
- false
525124
- ],
525125
524863
  [
525126
524864
  "ranch",
525127
524865
  "theAble",
@@ -527915,11 +527653,6 @@
527915
527653
  "queryable",
527916
527654
  false
527917
527655
  ],
527918
- [
527919
- "asiago",
527920
- "sandwich",
527921
- false
527922
- ],
527923
527656
  [
527924
527657
  "asiago",
527925
527658
  "theAble",
@@ -527970,6 +527703,11 @@
527970
527703
  "queryable",
527971
527704
  false
527972
527705
  ],
527706
+ [
527707
+ "asiago_ranch_chicken_club",
527708
+ "sandwich",
527709
+ false
527710
+ ],
527973
527711
  [
527974
527712
  "asiago_ranch_chicken_club",
527975
527713
  "theAble",
@@ -534500,11 +534238,6 @@
534500
534238
  "queryable",
534501
534239
  false
534502
534240
  ],
534503
- [
534504
- "ranch",
534505
- "sandwich",
534506
- false
534507
- ],
534508
534241
  [
534509
534242
  "ranch",
534510
534243
  "theAble",
@@ -537399,11 +537132,6 @@
537399
537132
  "queryable",
537400
537133
  false
537401
537134
  ],
537402
- [
537403
- "asiago",
537404
- "sandwich",
537405
- false
537406
- ],
537407
537135
  [
537408
537136
  "asiago",
537409
537137
  "theAble",
@@ -537454,6 +537182,11 @@
537454
537182
  "queryable",
537455
537183
  false
537456
537184
  ],
537185
+ [
537186
+ "asiago_ranch_chicken_club",
537187
+ "sandwich",
537188
+ false
537189
+ ],
537457
537190
  [
537458
537191
  "asiago_ranch_chicken_club",
537459
537192
  "theAble",
@@ -544114,11 +543847,6 @@
544114
543847
  "queryable",
544115
543848
  false
544116
543849
  ],
544117
- [
544118
- "ranch",
544119
- "sandwich",
544120
- false
544121
- ],
544122
543850
  [
544123
543851
  "ranch",
544124
543852
  "theAble",
@@ -547267,6 +546995,24 @@
547267
546995
  0
547268
546996
  ]
547269
546997
  ],
546998
+ [
546999
+ [
547000
+ "is",
547001
+ 0
547002
+ ],
547003
+ [
547004
+ "kid",
547005
+ 0
547006
+ ],
547007
+ [
547008
+ "list",
547009
+ 1
547010
+ ],
547011
+ [
547012
+ "meal",
547013
+ 0
547014
+ ]
547015
+ ],
547270
547016
  [
547271
547017
  [
547272
547018
  "is",
@@ -548284,11 +548030,6 @@
548284
548030
  "queryable",
548285
548031
  false
548286
548032
  ],
548287
- [
548288
- "asiago",
548289
- "sandwich",
548290
- false
548291
- ],
548292
548033
  [
548293
548034
  "asiago",
548294
548035
  "theAble",
@@ -548339,6 +548080,11 @@
548339
548080
  "queryable",
548340
548081
  false
548341
548082
  ],
548083
+ [
548084
+ "asiago_ranch_chicken_club",
548085
+ "sandwich",
548086
+ false
548087
+ ],
548342
548088
  [
548343
548089
  "asiago_ranch_chicken_club",
548344
548090
  "theAble",
@@ -555029,11 +554775,6 @@
555029
554775
  "queryable",
555030
554776
  false
555031
554777
  ],
555032
- [
555033
- "ranch",
555034
- "sandwich",
555035
- false
555036
- ],
555037
554778
  [
555038
554779
  "ranch",
555039
554780
  "theAble",
@@ -557429,15 +557170,15 @@
557429
557170
  0
557430
557171
  ],
557431
557172
  [
557432
- "chicken_sandwich",
557173
+ "crispy_chicken",
557433
557174
  0
557434
557175
  ],
557435
557176
  [
557436
- "crispy_chicken",
557177
+ "chicken_club",
557437
557178
  0
557438
557179
  ],
557439
557180
  [
557440
- "chicken_club",
557181
+ "chicken_sandwich",
557441
557182
  0
557442
557183
  ]
557443
557184
  ],
@@ -557470,11 +557211,11 @@
557470
557211
  0
557471
557212
  ],
557472
557213
  [
557473
- "chicken_sandwich",
557214
+ "chicken_club",
557474
557215
  0
557475
557216
  ],
557476
557217
  [
557477
- "chicken_club",
557218
+ "chicken_sandwich",
557478
557219
  0
557479
557220
  ]
557480
557221
  ],
@@ -557495,15 +557236,15 @@
557495
557236
  0
557496
557237
  ],
557497
557238
  [
557498
- "chicken_sandwich",
557239
+ "chicken_club",
557499
557240
  0
557500
557241
  ],
557501
557242
  [
557502
- "chicken_club",
557243
+ "crispy_chicken_club",
557503
557244
  0
557504
557245
  ],
557505
557246
  [
557506
- "crispy_chicken_club",
557247
+ "chicken_sandwich",
557507
557248
  0
557508
557249
  ]
557509
557250
  ],
@@ -558002,11 +557743,6 @@
558002
557743
  "queryable",
558003
557744
  false
558004
557745
  ],
558005
- [
558006
- "asiago",
558007
- "sandwich",
558008
- false
558009
- ],
558010
557746
  [
558011
557747
  "asiago",
558012
557748
  "theAble",
@@ -558057,6 +557793,11 @@
558057
557793
  "queryable",
558058
557794
  false
558059
557795
  ],
557796
+ [
557797
+ "asiago_ranch_chicken_club",
557798
+ "sandwich",
557799
+ false
557800
+ ],
558060
557801
  [
558061
557802
  "asiago_ranch_chicken_club",
558062
557803
  "theAble",
@@ -564807,11 +564548,6 @@
564807
564548
  "queryable",
564808
564549
  false
564809
564550
  ],
564810
- [
564811
- "ranch",
564812
- "sandwich",
564813
- false
564814
- ],
564815
564551
  [
564816
564552
  "ranch",
564817
564553
  "theAble",
@@ -567251,11 +566987,11 @@
567251
566987
  0
567252
566988
  ],
567253
566989
  [
567254
- "crispy_chicken",
566990
+ "go_wrap",
567255
566991
  0
567256
566992
  ],
567257
566993
  [
567258
- "go_wrap",
566994
+ "chicken_sandwich",
567259
566995
  0
567260
566996
  ],
567261
566997
  [
@@ -567263,11 +566999,11 @@
567263
566999
  0
567264
567000
  ],
567265
567001
  [
567266
- "chicken_sandwich",
567002
+ "bacon_cheeseburger",
567267
567003
  0
567268
567004
  ],
567269
567005
  [
567270
- "bacon_cheeseburger",
567006
+ "crispy_chicken",
567271
567007
  0
567272
567008
  ],
567273
567009
  [
@@ -567344,11 +567080,11 @@
567344
567080
  0
567345
567081
  ],
567346
567082
  [
567347
- "crispy_chicken",
567083
+ "go_wrap",
567348
567084
  0
567349
567085
  ],
567350
567086
  [
567351
- "go_wrap",
567087
+ "chicken_sandwich",
567352
567088
  0
567353
567089
  ],
567354
567090
  [
@@ -567356,11 +567092,11 @@
567356
567092
  0
567357
567093
  ],
567358
567094
  [
567359
- "chicken_sandwich",
567095
+ "bacon_cheeseburger",
567360
567096
  0
567361
567097
  ],
567362
567098
  [
567363
- "bacon_cheeseburger",
567099
+ "crispy_chicken",
567364
567100
  0
567365
567101
  ],
567366
567102
  [
@@ -567433,11 +567169,11 @@
567433
567169
  0
567434
567170
  ],
567435
567171
  [
567436
- "crispy_chicken",
567172
+ "go_wrap",
567437
567173
  0
567438
567174
  ],
567439
567175
  [
567440
- "go_wrap",
567176
+ "chicken_sandwich",
567441
567177
  0
567442
567178
  ],
567443
567179
  [
@@ -567445,11 +567181,11 @@
567445
567181
  0
567446
567182
  ],
567447
567183
  [
567448
- "chicken_sandwich",
567184
+ "bacon_cheeseburger",
567449
567185
  0
567450
567186
  ],
567451
567187
  [
567452
- "bacon_cheeseburger",
567188
+ "crispy_chicken",
567453
567189
  0
567454
567190
  ],
567455
567191
  [
@@ -567664,11 +567400,11 @@
567664
567400
  0
567665
567401
  ],
567666
567402
  [
567667
- "crispy_chicken",
567403
+ "go_wrap",
567668
567404
  0
567669
567405
  ],
567670
567406
  [
567671
- "go_wrap",
567407
+ "chicken_sandwich",
567672
567408
  0
567673
567409
  ],
567674
567410
  [
@@ -567676,7 +567412,7 @@
567676
567412
  0
567677
567413
  ],
567678
567414
  [
567679
- "chicken_sandwich",
567415
+ "crispy_chicken",
567680
567416
  0
567681
567417
  ],
567682
567418
  [
@@ -567843,19 +567579,19 @@
567843
567579
  0
567844
567580
  ],
567845
567581
  [
567846
- "value_meal",
567582
+ "chicken_club",
567847
567583
  0
567848
567584
  ],
567849
567585
  [
567850
- "chicken_sandwich",
567586
+ "crispy_chicken",
567851
567587
  0
567852
567588
  ],
567853
567589
  [
567854
- "crispy_chicken",
567590
+ "value_meal",
567855
567591
  0
567856
567592
  ],
567857
567593
  [
567858
- "chicken_club",
567594
+ "chicken_sandwich",
567859
567595
  0
567860
567596
  ]
567861
567597
  ],
@@ -567884,11 +567620,11 @@
567884
567620
  0
567885
567621
  ],
567886
567622
  [
567887
- "chicken_sandwich",
567623
+ "chicken_club",
567888
567624
  0
567889
567625
  ],
567890
567626
  [
567891
- "chicken_club",
567627
+ "chicken_sandwich",
567892
567628
  0
567893
567629
  ],
567894
567630
  [
@@ -567925,7 +567661,7 @@
567925
567661
  0
567926
567662
  ],
567927
567663
  [
567928
- "chicken_sandwich",
567664
+ "crispy_chicken_club",
567929
567665
  0
567930
567666
  ],
567931
567667
  [
@@ -567933,7 +567669,7 @@
567933
567669
  0
567934
567670
  ],
567935
567671
  [
567936
- "crispy_chicken_club",
567672
+ "chicken_sandwich",
567937
567673
  0
567938
567674
  ],
567939
567675
  [
@@ -568751,6 +568487,24 @@
568751
568487
  1
568752
568488
  ]
568753
568489
  ],
568490
+ [
568491
+ [
568492
+ "is",
568493
+ 0
568494
+ ],
568495
+ [
568496
+ "list",
568497
+ 1
568498
+ ],
568499
+ [
568500
+ "meal",
568501
+ 0
568502
+ ],
568503
+ [
568504
+ "value",
568505
+ 0
568506
+ ]
568507
+ ],
568754
568508
  [
568755
568509
  [
568756
568510
  "is",
@@ -569093,11 +568847,6 @@
569093
568847
  "queryable",
569094
568848
  false
569095
568849
  ],
569096
- [
569097
- "asiago",
569098
- "sandwich",
569099
- false
569100
- ],
569101
568850
  [
569102
568851
  "asiago",
569103
568852
  "theAble",
@@ -569148,6 +568897,11 @@
569148
568897
  "queryable",
569149
568898
  false
569150
568899
  ],
568900
+ [
568901
+ "asiago_ranch_chicken_club",
568902
+ "sandwich",
568903
+ false
568904
+ ],
569151
568905
  [
569152
568906
  "asiago_ranch_chicken_club",
569153
568907
  "theAble",
@@ -575918,11 +575672,6 @@
575918
575672
  "queryable",
575919
575673
  false
575920
575674
  ],
575921
- [
575922
- "ranch",
575923
- "sandwich",
575924
- false
575925
- ],
575926
575675
  [
575927
575676
  "ranch",
575928
575677
  "theAble",
@@ -578877,6 +578626,20 @@
578877
578626
  1
578878
578627
  ]
578879
578628
  ],
578629
+ [
578630
+ [
578631
+ "is",
578632
+ 0
578633
+ ],
578634
+ [
578635
+ "list",
578636
+ 1
578637
+ ],
578638
+ [
578639
+ "sizeable",
578640
+ 0
578641
+ ]
578642
+ ],
578880
578643
  [
578881
578644
  [
578882
578645
  "is",
@@ -578903,10 +578666,10 @@
578903
578666
  "semantics": [
578904
578667
  {},
578905
578668
  {
578906
- "where": "/home/dev/code/theprogrammablemind/kms/common/fastfood.js:295"
578669
+ "where": "/home/dev/code/theprogrammablemind/kms/common/fastfood.js:293"
578907
578670
  },
578908
578671
  {
578909
- "where": "/home/dev/code/theprogrammablemind/kms/common/fastfood.js:307"
578672
+ "where": "/home/dev/code/theprogrammablemind/kms/common/fastfood.js:305"
578910
578673
  }
578911
578674
  ]
578912
578675
  },
@@ -581407,10 +581170,6 @@
581407
581170
  "breakfast",
581408
581171
  0
581409
581172
  ],
581410
- [
581411
- "chicken",
581412
- 0
581413
- ],
581414
581173
  [
581415
581174
  "comma",
581416
581175
  0
@@ -581501,10 +581260,6 @@
581501
581260
  "oatmeal",
581502
581261
  0
581503
581262
  ],
581504
- [
581505
- "on",
581506
- 0
581507
- ],
581508
581263
  [
581509
581264
  "pancake",
581510
581265
  0
@@ -581617,10 +581372,6 @@
581617
581372
  "pancake",
581618
581373
  0
581619
581374
  ],
581620
- [
581621
- "platter",
581622
- 0
581623
- ],
581624
581375
  [
581625
581376
  "sausage",
581626
581377
  0
@@ -581639,10 +581390,6 @@
581639
581390
  "comma",
581640
581391
  0
581641
581392
  ],
581642
- [
581643
- "double",
581644
- 0
581645
- ],
581646
581393
  [
581647
581394
  "french",
581648
581395
  0
@@ -581659,10 +581406,6 @@
581659
581406
  "meal",
581660
581407
  0
581661
581408
  ],
581662
- [
581663
- "muffin",
581664
- 0
581665
- ],
581666
581409
  [
581667
581410
  "oatmeal",
581668
581411
  0
@@ -581671,10 +581414,6 @@
581671
581414
  "pancake",
581672
581415
  0
581673
581416
  ],
581674
- [
581675
- "sausage",
581676
- 0
581677
- ],
581678
581417
  [
581679
581418
  "toast",
581680
581419
  0
@@ -581709,10 +581448,6 @@
581709
581448
  "oatmeal",
581710
581449
  0
581711
581450
  ],
581712
- [
581713
- "pancake",
581714
- 0
581715
- ],
581716
581451
  [
581717
581452
  "toast",
581718
581453
  0
@@ -581723,10 +581458,6 @@
581723
581458
  "breakfast",
581724
581459
  0
581725
581460
  ],
581726
- [
581727
- "comma",
581728
- 0
581729
- ],
581730
581461
  [
581731
581462
  "french",
581732
581463
  0
@@ -581757,10 +581488,6 @@
581757
581488
  "breakfast",
581758
581489
  0
581759
581490
  ],
581760
- [
581761
- "french",
581762
- 0
581763
- ],
581764
581491
  [
581765
581492
  "is",
581766
581493
  0
@@ -581776,10 +581503,6 @@
581776
581503
  [
581777
581504
  "oatmeal",
581778
581505
  0
581779
- ],
581780
- [
581781
- "toast",
581782
- 0
581783
581506
  ]
581784
581507
  ],
581785
581508
  [
@@ -581793,15 +581516,11 @@
581793
581516
  ],
581794
581517
  [
581795
581518
  "list",
581796
- 0
581519
+ 1
581797
581520
  ],
581798
581521
  [
581799
581522
  "meal",
581800
581523
  0
581801
- ],
581802
- [
581803
- "oatmeal",
581804
- 0
581805
581524
  ]
581806
581525
  ],
581807
581526
  [
@@ -584156,6 +583875,24 @@
584156
583875
  0
584157
583876
  ]
584158
583877
  ],
583878
+ [
583879
+ [
583880
+ "ingredient",
583881
+ 0
583882
+ ],
583883
+ [
583884
+ "is",
583885
+ 0
583886
+ ],
583887
+ [
583888
+ "list",
583889
+ 1
583890
+ ],
583891
+ [
583892
+ "smoothie",
583893
+ 0
583894
+ ]
583895
+ ],
584159
583896
  [
584160
583897
  [
584161
583898
  "is",
@@ -584196,6 +583933,24 @@
584196
583933
  0
584197
583934
  ]
584198
583935
  ],
583936
+ [
583937
+ [
583938
+ "is",
583939
+ 0
583940
+ ],
583941
+ [
583942
+ "kid",
583943
+ 0
583944
+ ],
583945
+ [
583946
+ "list",
583947
+ 1
583948
+ ],
583949
+ [
583950
+ "meal",
583951
+ 0
583952
+ ]
583953
+ ],
584199
583954
  [
584200
583955
  [
584201
583956
  "is",
@@ -584388,6 +584143,38 @@
584388
584143
  0
584389
584144
  ]
584390
584145
  ],
584146
+ [
584147
+ [
584148
+ "is",
584149
+ 0
584150
+ ],
584151
+ [
584152
+ "list",
584153
+ 1
584154
+ ],
584155
+ [
584156
+ "meal",
584157
+ 0
584158
+ ]
584159
+ ],
584160
+ [
584161
+ [
584162
+ "is",
584163
+ 0
584164
+ ],
584165
+ [
584166
+ "list",
584167
+ 1
584168
+ ],
584169
+ [
584170
+ "meal",
584171
+ 0
584172
+ ],
584173
+ [
584174
+ "value",
584175
+ 0
584176
+ ]
584177
+ ],
584391
584178
  [
584392
584179
  [
584393
584180
  "is",
@@ -584420,6 +584207,20 @@
584420
584207
  0
584421
584208
  ]
584422
584209
  ],
584210
+ [
584211
+ [
584212
+ "is",
584213
+ 0
584214
+ ],
584215
+ [
584216
+ "list",
584217
+ 1
584218
+ ],
584219
+ [
584220
+ "pop",
584221
+ 0
584222
+ ]
584223
+ ],
584423
584224
  [
584424
584225
  [
584425
584226
  "is",
@@ -584502,6 +584303,20 @@
584502
584303
  0
584503
584304
  ]
584504
584305
  ],
584306
+ [
584307
+ [
584308
+ "is",
584309
+ 0
584310
+ ],
584311
+ [
584312
+ "list",
584313
+ 1
584314
+ ],
584315
+ [
584316
+ "sizeable",
584317
+ 0
584318
+ ]
584319
+ ],
584505
584320
  [
584506
584321
  [
584507
584322
  "is",
@@ -584920,20 +584735,6 @@
584920
584735
  1
584921
584736
  ]
584922
584737
  ],
584923
- [
584924
- [
584925
- "list",
584926
- 1
584927
- ],
584928
- [
584929
- "modifies",
584930
- 0
584931
- ],
584932
- [
584933
- "unknown",
584934
- 1
584935
- ]
584936
- ],
584937
584738
  [
584938
584739
  [
584939
584740
  "list",