How to make a blank space query?

Hey everyone, I am trying to make an Elasticsearch request with a blank space as the query. The query should literally be a blank space as such: " ". For example, the query looks like this : {query": ( ) OR (* ). However, I keep getting an error that says "reason":{"type":"query_shard_exception","reason":"Failed to parse query [( ) OR ( *)]". Does anyone know how to do a blank space search without getting this error? Any help would be appreciated :slight_smile: Thanks for your time!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.