Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openedx/edx-platform
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fd379a08ca7816b3a1dccfea176b90b306ca5222
Choose a base ref
..
head repository: openedx/edx-platform
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d911d3cb3f66536e2d12c43dbb62bf9b5f1213b4
Choose a head ref
Showing with 2 additions and 0 deletions.
  1. +2 −0 openedx/core/djangoapps/content/search/api.py
2 changes: 2 additions & 0 deletions openedx/core/djangoapps/content/search/api.py
Original file line number Diff line number Diff line change
@@ -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,