Get content from search results

This commit is contained in:
Jackson Harper 2024-04-23 17:13:09 -07:00
parent 2c09c2b4d6
commit 6094f0793e

View file

@ -56,7 +56,7 @@ suspend fun Networker.search(
slug = it.node.slug,
isArchived = it.node.isArchived,
contentReader = it.node.contentReader.rawValue,
content = null,
content = it.node.content,
wordsCount = it.node.wordsCount,
),
labels = (it.node.labels ?: listOf()).map { label ->