mirror of https://github.com/veops/cmdb.git
fix(api): batch import ci relation
This commit is contained in:
parent
b18b90ab4e
commit
bf6331d215
|
@ -17,7 +17,7 @@ def search(query=None,
|
|||
count=1,
|
||||
sort=None,
|
||||
excludes=None,
|
||||
use_id_filter=True):
|
||||
use_id_filter=False):
|
||||
if current_app.config.get("USE_ES"):
|
||||
s = SearchFromES(query, fl, facet, page, ret_key, count, sort)
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue