Given any statement using a string property and a value containing a space e.g. "sweet potato", a query like { searchItems( query: { property: "P123", value: "sweet potato" } ) { ... } } does not currently find it.
The problem very likely lies in how we construct the query string that we send to the CirrusSearch engine.