After following the instructions
here for setting up a new WordPress installation on GAE standard 7.2, query params used for filtering content via the wp-json rest API included in WordPress do not behave as expected.
This issue seems to be the result of a change in how the GAE PHP 7.2 standard environment serves requests, as the `/pages?slug=` requests were working fine up until around December 22nd 2018, and redeploying WordPress to the GAE flex environment fixes the issue. (You can read more about the details of our headless setup [here](
https://computerlab.io/2018/12/20/deploying-headless-wordpress-on-gcp/) if it's helpful.)
It would be very helpful to know if this is a bug in GAE PHP 7.2 standard environment, or an intentional change.
It'd also be helpful to know if there's a workaround / way to configure the service so that the wp-json API can be used on the standard environment.