Slackbot
09/28/2023, 7:44 AMAbhishek Agarwal
09/28/2023, 9:38 AMAkansha Juyal -BM
09/28/2023, 3:41 PMSergio Ferragut
09/28/2023, 5:07 PMAkansha Juyal -BM
09/29/2023, 4:51 AMJohn Kowtko
09/30/2023, 4:24 PMAkansha Juyal -BM
10/02/2023, 7:42 PM{
"type": "search",
"dimension": "id",
"query": {
"type": "insensitive_contains",
"value": "test"
},
"extractionFn": {
"type": "lookup",
"lookup": "master",
"retainMissingValue": true
}
}Akansha Juyal -BM
10/02/2023, 7:42 PMJohn Kowtko
10/03/2023, 5:09 PMAkansha Juyal -BM
10/04/2023, 9:33 AM{
"filter": {
"type": "and",
"fields": [
{
"type": "search",
"dimension": "name",
"query": {
"type": "insensitive_contains",
"value": "contains 1"
}
},
{
"type": "not",
"field": {
"type": "in",
"dimension": "name",
"values": [
"not equal 1"
]
}
},
{
"type": "or",
"fields": [
{
"type": "bound",
"dimension": "name",
"lower": "1",
"upper": "5"
},
{
"type": "bound",
"dimension": "name",
"lower": "6",
"upper": "10",
"ordering": "numeric"
}
]
}
]
}
}Akansha Juyal -BM
10/04/2023, 9:37 AMJohn Kowtko
10/04/2023, 1:28 PM