CenterForDigitalHumanities / CenterForDigitalHumanities/deer-LR

HTTPS Caused No Dots On Map

Open
#282 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
HTML
Stars
1
Forks
2
PR merge metrics
No merged PRs in 30d

Description

The /query is coming back empty. The request body to match on does not have "http" IDs, and so always respond with an empty array (the targets on this data are still http://). See payload below.
```JSON
{
"$or": [
{
"target": {
"$in": [
"https://devstore.rerum.io/v1/id/62cc789a20274674d431538f",
"https://devstore.rerum.io/v1/id/62cc789a20274674d431538f"
]
}
},
{
"target.@id": {
"$in": [
"https://devstore.rerum.io/v1/id/62cc789a20274674d431538f",
"https://devstore.rerum.io/v1/id/62cc789a20274674d431538f"
]
}
},
{
"target.id": {
"$in": [
"https://devstore.rerum.io/v1/id/62cc789a20274674d431538f",
"https://devstore.rerum.io/v1/id/62cc789a20274674d431538f"
]
}
}
],
"__rerum.history.next": {
"$exists": true,
"$size": 0
}
}
```

Not sure if this is behind on something from DEER or if there is hard coded nonsense or what.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.