Skip to content

Add an adapter for oersi.org as source option #54

@JannikStreek

Description

@JannikStreek

Description

As the available content currently is very limited, additional sources are important. One more source that provides an open API is oersi.org.

Possible query:

curl -X 'POST' 'https://oersi.org/api/search/oer_data/_search?pretty' \
  -H 'Content-Type: application/json' -H 'accept: application/json' --user-agent 'MyBot/1.0 (https://example.org/mybot/; [email protected])' \
  -d '
{
  "size": 20,
  "from": 0,
  "query": {
    "bool": {
      "must": {
        "multi_match": {
          "query": "Mond",
          "fields": ["name", "description", "keywords"]
        }
      },
      "filter": {
        "match": {
          "encoding.encodingFormat": "image/png"
        }
      }
    }
  },
  "sort": [{"id": "asc"}]
}'

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions