: > defaultSearchField stuff is correct but I just realized that you need 
: to use quotes in your case. Because query parser splits on white-spaces. 
: &fq=label:"Aces of London" > Or you need to escape spaces: 
: &fq=label:Aces\ of\ London

this is what the "field" QParserPlugin was invented for...

   fq={!field f=label}Aces of London



-Hoss

Reply via email to