Skip to content

Commit

Permalink
refactor(config/productTypes): add unindexed 'scope' attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiraudo committed Jan 18, 2024
1 parent b621e01 commit e9f7076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eodag/api/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ def build_index(self) -> None:
missionStartDate=fields.ID,
missionEndDate=fields.ID,
keywords=fields.KEYWORD(analyzer=kw_analyzer),
scope=fields.STORED,
)
non_indexable_fields: List[str] = []
self._product_types_index = create_in(index_dir, product_types_schema)
Expand Down

0 comments on commit e9f7076

Please sign in to comment.
  NODES
COMMUNITY 1
Note 1
Project 1
USERS 1