Issue 18701

suggest behaviour gives erratic results

18701
Reporter: hoefft
Assignee: fmendez
Type: Feedback
Summary: suggest behaviour gives erratic results
Priority: Unassessed
Resolution: WontFix
Status: Closed
Created: 2016-08-22 13:21:21.469
Updated: 2016-08-22 13:47:47.017
Resolved: 2016-08-22 13:47:46.935
        
Description: When using the suggest endpoints the results are odd. example:

http://api.gbif.org/v1/occurrence/search/recordNumber?limit=10&q=ab
gives 1 result (abcd)
http://api.gbif.org/v1/occurrence/search/recordNumber?limit=10&q=abc
gives zero results event though abcd exists
http://api.gbif.org/v1/occurrence/search/recordNumber?limit=10&q=abcd
gives zero results event though abcd exists

other endpoint:
http://api.gbif.org/v1/occurrence/search/recordedBy?limit=10&q=mh suggests mhoefft but
mho: gives 1 different result
mhoe, mhoef, mhoeff: 0
mhoefft: 1]]>
    


Author: fmendez@gbif.org
Comment: This looks like caching or “index being currently updating” issue
Created: 2016-08-22 13:47:46.994
Updated: 2016-08-22 13:47:46.994