How do i write a solr query to search for a field with only white spaces in it ? For example
{
"phone_number":"Airtel",
"smstype":1,
"phone_status":-1,
"user_hash":"52565f64ba3e8df1aa",
"contact_name":" ",
"snaptype":1,
}
If you notice the contact_name field, it is just two spaces, how do i filter out records which contains only spaces for a particular field ?