]> git.parisson.com Git - mezzo.git/commitdiff
[Ticket #612] : search person
authorEmilie <zawadzki@ircam.fr>
Thu, 5 Apr 2018 08:39:53 +0000 (10:39 +0200)
committerEmilie <zawadzki@ircam.fr>
Wed, 18 Apr 2018 08:49:27 +0000 (10:49 +0200)
app/settings.py

index 650d0ff2d0703c71123bd21b6e5726c86c3efb46..c4d3e93e8a77d1aaf0b24f41d56b91a32862f69e 100644 (file)
@@ -544,6 +544,8 @@ PAGES_MODELS = ('organization-pages.CustomPage',
                 'organization-projects.ProjectTopicPage',
                 'shop.Product')
 
+SEARCH_PARENTS_MODELS = ('organization-network.Person',)
+
 PAGES_PUBLISHED_INCLUDE_LOGIN_REQUIRED = True
 
 SEARCH_PER_PAGE = 10