Skip to content

Commit

Permalink
Merge pull request #73 from byte16/dev
Browse files Browse the repository at this point in the history
fix bug in doc searching within a book
  • Loading branch information
TruthHun authored Jan 7, 2020
2 parents 7e7438c + b43fc4f commit 785e11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/api/CommonController.go
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ func (this *CommonController) SearchDoc() {
}
total = count
for _, book := range result {
ids = append(ids, book.BookId)
ids = append(ids, book.DocumentId)
}
}

Expand Down

0 comments on commit 785e11d

Please sign in to comment.