This commit is contained in:
parent
1ce12c0980
commit
5a6a318b60
|
@ -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"),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user