This commit is contained in:
@@ -66,6 +66,7 @@ def query_shouts():
|
|||||||
func.concat("title:", Topic.title),
|
func.concat("title:", Topic.title),
|
||||||
func.concat("body:", Topic.body),
|
func.concat("body:", Topic.body),
|
||||||
func.concat("slug:", Topic.slug),
|
func.concat("slug:", Topic.slug),
|
||||||
|
func.concat("is_main:", ShoutTopic.main),
|
||||||
),
|
),
|
||||||
", ",
|
", ",
|
||||||
).label("topics"),
|
).label("topics"),
|
||||||
|
|||||||
Reference in New Issue
Block a user