Closed danielbachhuber closed 4 years ago
Originally https://github.com/pantheon-systems/solr-power/pull/300#issuecomment-314176820
Notably, 'fields'=>'ids' won't work for WP_Query until this is complete because WP_Query runs $this->posts = array_map( 'get_post', $this->posts ); against the post list.
'fields'=>'ids'
WP_Query
$this->posts = array_map( 'get_post', $this->posts );
Originally https://github.com/pantheon-systems/solr-power/pull/300#issuecomment-314176820
Notably,
'fields'=>'ids'
won't work forWP_Query
until this is complete becauseWP_Query
runs$this->posts = array_map( 'get_post', $this->posts );
against the post list.