Our records contain lot of string fields. How do I perform an exact string match query without mentioning the field names in the query.
For example, suppose I have following records:
{
"address": "google.com",
"address2": "yahoo.com",
"address3": ...
...
}
Searching for text like "google.com" or "yahoo.com" should return the above record.