Skip to content

Commit 6c12709

Browse files
committed
feat: Add publish_status of container as PublishStatus.Never by default
1 parent da9f510 commit 6c12709

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openedx/core/djangoapps/content/search/documents.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,7 @@ def searchable_doc_for_container(
572572
Fields.usage_key: str(container_key), # Field name isn't exact but this is the closest match
573573
Fields.block_id: container_key.container_id, # Field name isn't exact but this is the closest match
574574
Fields.access_id: _meili_access_id_from_context_key(container_key.library_key),
575+
Fields.publish_status: PublishStatus.never,
575576
}
576577

577578
try:

0 commit comments

Comments
 (0)