On 2/9/07, Gunther, Andrew <[EMAIL PROTECTED]> wrote:
Try surrounding you mutli-word query in quotes: education_facet:"High School". Also do you want to use the filter query param instead fq=education_facet:"High School"
Hopefully having the client escape simple term filters won't be necessary in the future. We've discussed a prefix to annotate queries to support other query syntaxes. The simplest form would be a term query with no escaping whatsoever: Something like: fq=<!term f='education_facet'>High School -Yonik