OBJECT
SearchResult
Results from a mention or media search.
Example to search mention query:
query {
searchMentions(search: {
index: ["mine"],
limit: 50,
offset: 0,
query: {
operator: "and",
conditions: [{
field: "trackingUnitId"
operator: "terms"
values: ["1"]
},
{
field: "hitStartTime"
operator: "range"
gte: "2020-10-14T00:00:00.000Z"
lt: "2020-11-05T23:59:59.000Z"
}]
}
}) {
jsondata
}
}
See https://docs.veritone.com/#/apis/search-quickstart for full details on the search result syntax