cncflora_commons 0.0.38 → 0.0.39

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/cncflora_commons.rb +1 -1
  2. metadata +1 -1
@@ -64,7 +64,7 @@ def search(db,index,query)
64
64
  query="scientificName:'Aphelandra longiflora'" unless query != nil && query.length > 0
65
65
  query_json={"query"=>{"query_string"=>{"query"=>query}}}
66
66
  result = []
67
- r = http_post("#{settings.elasticsearch}/#{db}/#{index}/_search?size=999",query_json)
67
+ r = http_post("#{settings.elasticsearch}/#{db}/#{index}/_search?size=99999",query_json)
68
68
  if r['hits'] && r['hits']['hits'] then
69
69
  r['hits']['hits'].each{|hit|
70
70
  result.push(hit["_source"])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cncflora_commons
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.38
4
+ version: 0.0.39
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: