Page MenuHomeSoftware Heritage

Add a search entrypoint to the GraphQL schema
Closed, MigratedEdits Locked

Description

Add a search entrypoint and integrate with swh-search

query {

search(query: "test", first: 10) {
  nodes {
    type: "Origin"
    target: {
      url
    }
  } 
}

}

This query will later be used by the search UI.

Related to T3952

Event Timeline

jayeshv triaged this task as Normal priority.
jayeshv created this task.
jayeshv updated the task description. (Show Details)