Commit 8035c1e8 authored by zhanglu's avatar zhanglu

Merge branch 'feature/sun_tag2es' into 'test'

参数修改

See merge request !196
parents 33d6b5c8 387dc6b3
......@@ -677,7 +677,7 @@ class TopicUtils(object):
@classmethod
def list_topic_ids(cls, filters, nfilters, sorts_by, offset=0, size=10, index_name="topic", filter_online=True):
must = cls.process_filters(filters, filter_online=True)
must = cls.process_filters(filters, filter_online=filter_online)
q = {
"query": {
"bool": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment