Skip to content

Help Center Search #533

Closed Answered by PierreBtz
marc-hermann asked this question in Q&A
Discussion options

You must be logged in to vote

@marc-hermann hello, unsure what exactly you are looking for, I found

public Iterable<Article> getArticleFromSearch(String searchTerm) {
return new PagedIterable<>(tmpl("/help_center/articles/search.json{?query}").set("query", searchTerm),
handleList(Article.class, "results"));
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by PierreBtz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants