Amazon cloudsearch -
i using following pattern search, using aws cloudsearch.
"size=#{size}&start=#{start}&rank=-time&bq=(phrase+field%3dtitle+#{title})"
but, got following error in log file.
{"error"=>"info", "rid"=>"e2467862eecf73ecde7f57355cd6db92c97fad04398ce82b1f57903fa3c9b6fe81d4b1abf5036425", "time-ms"=>0, "cpu-time-ms"=>4, "messages"=>[{"severity"=>"fatal", "code"=>"cs-invalidmatchsetexpression", "message"=>"[warning] syntax error in match set expression: unexpected '=' character"}]
give me suggestion. in advance.
Comments
Post a Comment