removed some dead code
This commit is contained in:
parent
ad2df4871e
commit
ef7656ae98
1 changed files with 0 additions and 1 deletions
|
@ -441,7 +441,6 @@ def _apply_constraints_for_array_attributes(constraints, attr, cleaner, for_coun
|
||||||
any_items -= common_items
|
any_items -= common_items
|
||||||
for item in common_items:
|
for item in common_items:
|
||||||
index_name = COMMON_TAGS[item]
|
index_name = COMMON_TAGS[item]
|
||||||
any_queries[f'$any_{attr}_{index_name}'] = item
|
|
||||||
any_queries[f'#_any_{attr}_{index_name}'] = f"""
|
any_queries[f'#_any_{attr}_{index_name}'] = f"""
|
||||||
EXISTS(
|
EXISTS(
|
||||||
SELECT 1 FROM {attr} INDEXED BY tag_{index_name}_idx WHERE
|
SELECT 1 FROM {attr} INDEXED BY tag_{index_name}_idx WHERE
|
||||||
|
|
Loading…
Add table
Reference in a new issue