Issue 12625

occurrence search: provide candidate matches for dataset and collector name filter strings entered

12625
Reporter: kbraak
Assignee: omeyn
Type: Improvement
Summary: occurrence search: provide candidate matches for dataset and collector name filter strings entered
Priority: Major
Resolution: Fixed
Status: Closed
Created: 2013-01-22 16:24:13.429
Updated: 2013-08-29 14:45:42.08
Resolved: 2013-01-31 12:19:06.963
        
        
Description: Suggestions:

Text entered in autocomplete boxes for dataset and collector names, not returning anything, should still try to present the user with a list of candidate values. This feature is already implemented in the scientific name filter.]]>
    


Author: fmendez@gbif.org
Created: 2013-01-31 12:19:06.99
Updated: 2013-01-31 12:19:06.99
        
Search suggestions are processed before executing the search for parameters: TAXON_KEY and DATASET_KEY.
Suggestions for COLLECTOR_NAME  and CATALOG_NUMBER parameters are provided only if the count of results is 0

NameUsageSearchSuggestions was replaced by a generic class SearchSuggestion which is reused for all suggestions.

http://code.google.com/p/gbif-portal/source/detail?r=1335