Member/Ecology revamp.
This commit is contained in:
parent
fc7ec52574
commit
59d6e97787
31 changed files with 1763 additions and 1010 deletions
|
|
@ -16,7 +16,7 @@ export default defineEventHandler(async (event) => {
|
|||
}
|
||||
|
||||
const articles = await WikiArticle.find(filter)
|
||||
.select('collection title tags url outlineId publishedAt')
|
||||
.select('collection title tags hidden url outlineId publishedAt outlineUpdatedAt')
|
||||
.sort({ collection: 1, title: 1 })
|
||||
.lean()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue