Please follow the guidelines in Contribution.md first, then start to create your pull request here.
Summary / Details
Removed the post cache, ((( please review my comment in this ticket(#520), I believe the fetching post behavior will be bottleneck after removing the cache.
Removed the post filter and fixed related test
Added keyword selection ((( this is related above fetching post behavior, add search by keyword, and it should also impact post fetching
Linked Issue
520
544
546
Impacted Areas
post/account/vote/comment, all behaviors that require post fetching are impacted.
Tests
Minor add tests for keyword selection, which should not impact current tests.
Verification Steps
Try keyword selection, the query response should have related content
Todo
[x] Removed Post Cache and rename the method updateOrder to fetchOrderedPosts
[x] Removed all parts where used this method
[x] Removed filterPostContent method and fix related tests
[x] Added keywords as param in post.router and added the related test
Please follow the guidelines in Contribution.md first, then start to create your pull request here.
Summary / Details
Linked Issue
520
544
546
Impacted Areas
post/account/vote/comment, all behaviors that require post fetching are impacted.
Tests
Minor add tests for keyword selection, which should not impact current tests.
Verification Steps
Try keyword selection, the query response should have related content
Todo
updateOrder
tofetchOrderedPosts
Checklist