Elasticsearch Nest wildcard query with spaces
问题 Short version: I would like to write an elastic search query using Nest to get the full indexed items ( ContentIndexables in my case as my custom type) which have been indexed. The query is subject to a term query of [some string] + * (i.e. String.StartsWith() where [some string] may or may not contain spaces. This is different to CompletionSuggester since I need to retrieve the full object and not string suggestions. What I've tried so far: When I query for a text without spaces, the desired