FIX: Load categories with search topic results (#25700)

Add categories to the serialized search results together with the topics
when lazy load categories is enabled. This is necessary in order for the
results to be rendered correctly and display the category information.
This commit is contained in:
Bianca Nenciu
2024-02-21 17:29:47 +02:00
committed by GitHub
parent d8c3924213
commit 9199c52e5e
6 changed files with 88 additions and 3 deletions

View File

@@ -74,6 +74,17 @@
"null"
]
},
"extra": {
"type": "object",
"properties": {
"categories": {
"type": [
"array",
"null"
]
}
}
},
"post_ids": {
"type": "array",
"items": {