mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-22 06:50:53 +08:00
feat: update profile page
This commit is contained in:
@@ -92,9 +92,9 @@ public class SearchService {
|
||||
.map(c -> new SearchResult(
|
||||
"comment",
|
||||
c.getId(),
|
||||
extractSnippet(c.getContent(), keyword, false),
|
||||
c.getAuthor().getUsername(),
|
||||
c.getPost().getTitle(),
|
||||
c.getAuthor().getUsername(),
|
||||
extractSnippet(c.getContent(), keyword, false),
|
||||
c.getPost().getId()
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user