diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-19 15:35:43 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-19 15:35:43 +0100 |
| commit | cc1eb217bd22da8fcad3bc0fd785a6889e0be157 (patch) | |
| tree | b3aa5c0104016c4fb84f656f051ce0206e61a5f1 /archaeological_finds/models_finds.py | |
| parent | 1aa3218151854fcbbdc0be627bc2bd951aa567ba (diff) | |
| download | Ishtar-cc1eb217bd22da8fcad3bc0fd785a6889e0be157.tar.bz2 Ishtar-cc1eb217bd22da8fcad3bc0fd785a6889e0be157.zip | |
Search vectors for authors and sources
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 2b782c614..e1c866f9d 100644 --- a/archaeological_finds/models_finds.py +++ b/archaeological_finds/models_finds.py @@ -1361,6 +1361,7 @@ class FindSource(Source): 'find__datings__period': 'find__datings__period__pk', 'find__description': 'find__description__icontains', } + PARENT_SEARCH_VECTORS = Source.PARENT_SEARCH_VECTORS + ['find'] class Meta: verbose_name = _(u"Find documentation") |
