[Frontend] [Feat]: Display post list with result from searching keyword #567
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
新增搜尋貼文功能
Linked Issue
close #545
Details
目前的使用方式,是利用 router 添加 query,如下。
用戶如果要進行搜尋,只需要 enter 或是點左方的 search icon 就可以了。
Possible Impacts
目前 api 串接的部分還未完成,因為目前的 api 好像還沒支持搜尋功能,所以等候端完成後再進行更改。