Another example
Another example
{
"mappings": {
"_doc": {
"dynamic": "strict",
"properties": {
"action": {
"type": "keyword"
},
"label": {
"type": "text",
"index_options": "docs",
"norms": false
},
"userId": {
"type": "keyword"
},
"collectionId": {
"type": "keyword"
},
"createdAt": {
"type": "date"
}
}
}
}
}Creating the Smart Collection with related data
Implementing the GET (all records with a filter on related data)
Implementing the GET (all records with the search)

Last updated
Was this helpful?