POST /v3/candidates/search?per_page=10
{
"field": 12494,
"filter": "between",
"value": {
"gte": "2014-01-01T00:00:00+00:00",
"lte": "2015-01-01T00:00:00+00:00"
}
}
X-Request-Id: 0db2c1f0-a8a2-46f3-81a5-a9f15d738621
Field 12494 is of type date, there are results, but the value of 12494 is outside the selected range.
Also, when breaking down some more complex queries that seem to fail:
{
"field": "emails.primary",
"filter": "is_empty",
"value": true
}
Returns records with an email address set?
X-Request-Id: 1efd809d-3687-4e8e-b4a2-0562acc69651
Theres more, but when looking at other threads maybe this just requires some reindexing?