Ghost/ghost/posts-service
Naz 48ccea818a Fixed unpublished collection posts filtering
closes https://github.com/TryGhost/Arch/issues/58

- Following assumptions were broken:
- Posts Admin API should include posts of all statuses when filtering by collection
-  Posts Content API should not include any unpublished posts
- Updated the "status" filter which fixes the problem. We still disallow any custom filters to be applied on top of collections filter.
2023-07-26 16:45:57 +08:00
..
lib Fixed unpublished collection posts filtering 2023-07-26 16:45:57 +08:00
test 🐛 Fixed newsletter post duplication (#17103) 2023-06-23 11:18:35 +01:00
.eslintrc.js
index.js Added posts exporter implementation (#16467) 2023-03-22 09:08:35 +01:00
package.json Update Test & linting packages 2023-07-11 15:26:07 +02:00
README.md

Posts Service