Skip to content
Snippets Groups Projects

Refactor facet autocomplete

Merged Remi PLANEL requested to merge refactor-facet-autocomplete into dev
1 file
+ 9
1
Compare changes
  • Side-by-side
  • Inline
@@ -208,7 +208,15 @@ def update_systems(
)
print(pagination_settings_task)
attr_task = index.update_filterable_attributes(
body=["title", "Sensor", "Activator", "Effector", "PFAM.AC", "PFAM.DE"]
body=[
"title",
"Sensor",
"Activator",
"Effector",
"PFAM.AC",
"PFAM.DE",
"contributors",
]
)
params = {
"maxValuesPerFacet": 1000000,