Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
match_state on Sighting ES results
Browse files Browse the repository at this point in the history
  • Loading branch information
naknomum committed Dec 15, 2023
1 parent 50827a7 commit 9ba4662
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/modules/sightings/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ class Meta:
model = Sighting
fields = (
Sighting.guid.key,
Sighting.match_state.key,
'elasticsearchable',
Sighting.indexed.key,
Sighting.created.key,
Expand Down

0 comments on commit 9ba4662

Please sign in to comment.