diff options
Diffstat (limited to 'gn2/wqflask/search_results.py')
-rw-r--r-- | gn2/wqflask/search_results.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn2/wqflask/search_results.py b/gn2/wqflask/search_results.py index b0f08463..ad92d8c7 100644 --- a/gn2/wqflask/search_results.py +++ b/gn2/wqflask/search_results.py @@ -36,6 +36,7 @@ class SearchResultPage: self.uc_id = uuid.uuid4() self.go_term = None + self.type = kw['search_type'] if kw['search_terms_or']: self.and_or = "or" |