Ghost/ghost/posts-service
Naz 09264261b7 Added ability to fetch posts by collection
closes https://github.com/TryGhost/Team/issues/3423

- For convenience we need a way to fetch posts that belong to a certain collection. This change adds support for `collection` query parameter: `/?collection=` which can be either an id or slug of the collections we are trying to fetch.
- When posts are fetched by collection we ignore any filters passed along in query parameters as collection is a "filter" by it's very nature.
2023-06-16 17:28:12 +07:00
..
lib Added ability to fetch posts by collection 2023-06-16 17:28:12 +07:00
test Implemented duplicate post functionality (#16767) 2023-05-15 09:30:32 +01:00
.eslintrc.js Moved posts service to its own package 2023-03-20 16:06:42 +01:00
index.js Added posts exporter implementation (#16467) 2023-03-22 09:08:35 +01:00
package.json Implemented bulk editing post access (#16617) 2023-04-12 11:58:46 +02:00
README.md Moved posts service to its own package 2023-03-20 16:06:42 +01:00

Posts Service