Skip to content
Snippets Groups Projects
Commit 9c43e772 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

add contributors to filterable attributes

parent 63a538d8
No related branches found
No related tags found
2 merge requests!203Foldseek pages,!186Refactor facet autocomplete
......@@ -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,
......
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