Query / filter

according your link I did something like this but it doesn't work, could you correct this?

{
  "bool": {
    "should": [
        {"query": "Aficio MP"},
        {"query": "RICOH MP"}
        ],
  }
}