ror-community / ror-roadmap

Central information about what is happening at ROR and how to contribute feedback
10 stars 1 forks source link

[BUG] Advanced search fails to return results for external_ids.Fundref.preferred and external_ids.Fundref.all #179

Closed adambuttrick closed 12 months ago

adambuttrick commented 1 year ago

Describe the bug Using query.advanced, external_ids.Fundref.preferred and external_ids.Fundref.all fail to return records where a Funder ID is correctly identified/supplied.

To Reproduce Steps to reproduce the behavior:

  1. curl 'https://api.ror.org/organizations?query.advanced=external_ids.Fundref.preferred:100007231' -> 0 results
  2. curl 'https://api.ror.org/organizations?query.advanced=external_ids.Fundref.all:100007231' -> 0 results
  3. curl 'https://api.ror.org/organizations?query=%22100007231%22' -> returns record

Expected behavior Record(s) with corresponding Funder ID should be returned.

lizkrznarich commented 12 months ago

https://github.com/ror-community/ror-api/pull/354