Ghost/ghost/core/test/regression
Simon Backx 6380b82793
Added sentiment ordering and include for posts (#15657)
fixes https://github.com/TryGhost/Team/issues/2090

- This changes how sentiment is exposed in the API. Now it is exposed as a `sentiment` relation, directly on the model (no longer in counts). Internally we still use `count.sentiment`.
- Content API users (and themes) can include the 'sentiment' relation and order by sentiment.
- Updated Admin to use sentiment instead of count.sentiment
2022-10-19 16:50:58 +02:00
..
api Added sentiment ordering and include for posts (#15657) 2022-10-19 16:50:58 +02:00
mock-express-style
models
site Enabled shared caching of 404 error responses 2022-09-26 14:54:50 +08:00