ess-acppo / ag-bie

This repository has the code to the agriculture's implementation of ALA BIE
1 stars 4 forks source link

ALA Strange search results #10

Closed mbohun closed 4 years ago

mbohun commented 6 years ago

This problem seems to be affecting us; for example:

https://ag-bie.oztaxa.com/

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'

51

moziauddin commented 4 years ago

This isnt relevant any more.