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
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
| Status | Assigned | Task | ||
|---|---|---|---|---|
| Migrated | gitlab-migration | T4083 New public API (GraphQL + thin layer) | ||
| Migrated | gitlab-migration | T4263 Add a search entrypoint to the GraphQL schema |