feat: add block_id field to filterable attributes of meilisearch (#35493)
This commit is contained in:
@@ -315,6 +315,8 @@ def rebuild_index(status_cb: Callable[[str], None] | None = None) -> None:
|
||||
client.index(temp_index_name).update_distinct_attribute(Fields.usage_key)
|
||||
# Mark which attributes can be used for filtering/faceted search:
|
||||
client.index(temp_index_name).update_filterable_attributes([
|
||||
# Get specific block/collection using combination of block_id and context_key
|
||||
Fields.block_id,
|
||||
Fields.block_type,
|
||||
Fields.context_key,
|
||||
Fields.org,
|
||||
|
||||
Reference in New Issue
Block a user