CredentialEngine / CredentialRegistry

Repository for development of the Credential Registry
Apache License 2.0
12 stars 10 forks source link

Queries for resources based on CTIDs not working #669

Closed siuc-nate closed 10 months ago

siuc-nate commented 10 months ago

The following resource exists: https://credentialengineregistry.org/resources/ce-bb97054a-401b-4b2c-9db2-4fb9e621440a

However, attempting to find it by querying for its CTID returns no results:

{
    "ceterms:ctid": "ce-bb97054a-401b-4b2c-9db2-4fb9e621440a"
}

image

While it is possible to just get the resource directly via its URI, the above query should also still work (and may be indicative of some other issue in the system?).

jeannekitchens commented 10 months ago

Per @excelsior this is ready to retest.

siuc-nate commented 10 months ago

Thanks, this appears to be fixed now.