Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P1085
Find origins with description in instrinsic_metadata
Active
Public
Actions
Authored by
KShivendu
on Jul 2 2021, 5:29 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
GET origin/_search
{
"query": {
"bool": {
"must": [
{
"nested": {
"path": "intrinsic_metadata",
"query": {
"bool": {
"must": [
{
"exists": {
"field": "intrinsic_metadata.http://schema.org/description.@value"
}
}
]
}
}
}
}
]
}
},
"_source": [
"intrinsic_metadata.http://schema.org/keywords.@value",
"intrinsic_metadata.http://schema.org/description.@value",
"intrinsic_metadata.@type.keyword"
]
}
Event Timeline
KShivendu
created this paste.
Jul 2 2021, 5:29 PM
2021-07-02 17:29:01 (UTC+2)
KShivendu
created this object in space
S1 Public
.
Log In to Comment