gbif / hosted-portals

Support material for establishing the GBIF Hosted Portals
Apache License 2.0
9 stars 6 forks source link

broken suggest filters #249

Closed MortenHofft closed 1 year ago

MortenHofft commented 1 year ago

identifiedBy and a few other filters has broken suggest after a recent change in the filter. The issue is that the query doesn't use the alias for suggestions

occurrenceSearch(predicate: $predicate) {

should be changed to suggestions: occurrenceSearch(predicate: $predicate) {

but haven't in all filters