diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-12-09 11:15:29 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-12-09 11:15:29 +0100 |
commit | 07625e43bd16326588c1df55216a185f2250ab8c (patch) | |
tree | a94f9ed06618b65adc3b7236c8f3cf292a67e774 /archaeological_finds/models_finds.py | |
parent | 7aef1591ce842c4223298ebbe221519b542b6285 (diff) | |
download | Ishtar-07625e43bd16326588c1df55216a185f2250ab8c.tar.bz2 Ishtar-07625e43bd16326588c1df55216a185f2250ab8c.zip |
Site: add other reference
Diffstat (limited to 'archaeological_finds/models_finds.py')
-rw-r--r-- | archaeological_finds/models_finds.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_finds/models_finds.py b/archaeological_finds/models_finds.py index b795cf523..c5bca5fb6 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -1398,6 +1398,7 @@ class Find(BulkUpdatedItem, ValueGetter, DocumentItem, BaseHistorizedItem, SearchVectorConfig("previous_id"), SearchVectorConfig("denomination"), SearchVectorConfig("museum_id"), + SearchVectorConfig("laboratory_id"), SearchVectorConfig("decoration"), SearchVectorConfig("manufacturing_place"), ] |