Skip to content

Commit

Permalink
fix: no related properties on value-search
Browse files Browse the repository at this point in the history
  • Loading branch information
aaxelb committed Dec 20, 2024
1 parent f3def1e commit 1038780
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion trove/trovesearch/trovesearch_gathering.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,10 @@ def gather_page_links(focus, **kwargs):
yield from _search_page_links(focus, focus.search_params)


@trovesearch_by_indexstrategy.gatherer(TROVE.relatedPropertyList)
@trovesearch_by_indexstrategy.gatherer(
TROVE.relatedPropertyList,
focustype_iris={TROVE.Cardsearch},
)
def gather_related_properties(focus, **kwargs):
# info about related properties (for refining/filtering further)
_prop_usage_counts = {
Expand Down

0 comments on commit 1038780

Please sign in to comment.