Closed mbohun closed 4 years ago
This problem seems to be affecting us; for example:
https://ag-bie.oztaxa.com/
2018-06-28
2018-06-29
idno="Drosera indica"; curl -s --data-urlencode "q=${idno}" https://ag-bie.oztaxa.com/ws/search \ | jq -S '.searchResults.totalRecords'
18
idno="Drosera+indica"; curl -s --data-urlencode "q=${idno}" https://ag-bie.oztaxa.com/ws/search \ | jq -S '.searchResults.totalRecords'
51
https://uat-ag-bie.oztaxa.com/ (old env, not changed since **`2018-05-11`**) - installed: **`2018-05-10`** - last SOLR import: **`2018-05-11`**
idno="Drosera indica"; curl -s --data-urlencode "q=${idno}" https://uat-ag-bie.oztaxa.com/ws/search \ | jq -S '.searchResults.totalRecords'
58
idno="Drosera+indica"; curl -s --data-urlencode "q=${idno}" https://uat-ag-bie.oztaxa.com/ws/search \ | jq -S '.searchResults.totalRecords'
This isnt relevant any more.
This problem seems to be affecting us; for example:
https://ag-bie.oztaxa.com/
2018-06-28
2018-06-29
18
idno="Drosera+indica"; curl -s --data-urlencode "q=${idno}" https://ag-bie.oztaxa.com/ws/search \ | jq -S '.searchResults.totalRecords'
51
idno="Drosera indica"; curl -s --data-urlencode "q=${idno}" https://uat-ag-bie.oztaxa.com/ws/search \ | jq -S '.searchResults.totalRecords'
58
idno="Drosera+indica"; curl -s --data-urlencode "q=${idno}" https://uat-ag-bie.oztaxa.com/ws/search \ | jq -S '.searchResults.totalRecords'
51