Open leogermani opened 3 weeks ago
Looks like requests in the admin are not offloaded to ES.
I'm struggling to test this. @miguelpeixe could you have a look?
@dkoo To be fair, this PR does not touch the Query for posts. It only touches the query for authors in the Authors filter input...
Paging @miguelpeixe who worked on the ES integration in case it's obvious to you.
That was an issue in the first implementation of the ES, which has been fixed since https://github.com/Automattic/newspack-manager/pull/275. Can you confirm you have the latest manager?
I may have misunderstood the issue. It works in the editor but on the front-end. If you have ES enabled for Newspack Blocks that might be a new uncovered incompatibility. We should flag that in Asana for further exploration.
It only touches the query for authors in the Authors filter input...
The ES incompatibility might be in trunk
, to any query filtering CAP authors.
It only touches the query for authors in the Authors filter input...
The ES incompatibility might be in
trunk
, to any query filtering CAP authors.
They are not CAP authors. It's just another user role. But they are regular wp users
I may have misunderstood the issue. It works in the editor but on the front-end.
afaik queries are not offloaded to ES in the admin, only in the front end
All Submissions:
Changes proposed in this Pull Request:
Adds support for the Newspack's Guest Contributor role in the Homepage posts and Carousel blocks
How to test the changes in this Pull Request:
Other information: