0
我想在wpApi獲得的數據在URL我使用搜索這樣我想用搜索關鍵字
https://www.digitemb.com/wp-json/wp/v2/posts?_embed&?filter[order]=DESC&filter[posts_per_page]=5&search=digitize&page=1
我的問題得到可溼性粉劑API數據是如何獲取特定類別的職位數據。我不想讓我用這個邏輯所有類別的數據
search(keyword,id){
return this.http.get("https://www.digitemb.com/wp-json/wp/v2/posts?_embed&?filter[order]=DESC&filter[posts_per_page]=5&search=" + keyword + "&page="+id)
.map(data => data.json());
}
但這個數據能得到我想要的特定類別的職位所有類別!