endeca_on_demand 0.9.2 → 0.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -362,7 +362,7 @@ class EndecaOnDemand
362
362
  search_report = @response['AppliedFilters']['SearchReports']['SearchReport']
363
363
 
364
364
  @matchedrecordcount = search_report.fetch('matchedrecordcount')
365
- @matchedmode = search_report.fetch('matchmode')
365
+ @matchedmode = search_report.fetch('matchedmode')
366
366
  @matchedtermscount = search_report.fetch('matchedtermscount')
367
367
  @applied_search_adjustments = search_report.fetch('AppliedSearchAdjustments')
368
368
  @suggested_search_adjustments = search_report.fetch('SuggestedSearchAdjustments')
@@ -1,3 +1,3 @@
1
1
  class EndecaOnDemand
2
- VERSION = "0.9.2"
2
+ VERSION = "0.9.3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: endeca_on_demand
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.9.2
5
+ version: 0.9.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - sdomino