We would like to add "query_string" conditions:
$query->addCondition(NULL, '_exists_:title', 'QUERY STRING');
Currently, this is not possible for two reasons:
1) SearchBuilder
check
if (!isset($index_fields[$field_id]) && !isset ($backend_fields[$field_id])) {
2) Missing case
in FilterFactory
Needs review
Elasticsearch Connector
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.