I find myself in a situation when my input is `foo bar`, and these two should both return two items: ```json [ { "name": "fooing" }, { "name": "baring" } ] ``` It would be awesome to have this as an option.
I find myself in a situation when my input is
foo bar, and these two should both return two items:[ { "name": "fooing" }, { "name": "baring" } ]It would be awesome to have this as an option.