Dear Solr Users/Developers, Hi, I was wondering what is the correct query syntax for searching sequence of terms with blank character in the middle of sequence. Suppose I am looking for a query syntax with using fq parameter. For example suppose I want to search for all documents having "hello world" sequence using fq parameter. I am not sure why using fq=content:/.*hello world.*/ did not works for tokenized field in this situation. However, fq=content:/.*hello.*/ did work for the same field. Is there any possible fq query syntax for such searching requirement?
Best regards. -- A.Nazemian