From 527ca25300bd21edf71349eb296e4ae1d1901627 Mon Sep 17 00:00:00 2001 From: jacr13 Date: Wed, 17 Nov 2021 13:09:18 +0100 Subject: [PATCH] add full_query to the class attributs --- app/utils/search.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/utils/search.py b/app/utils/search.py index ee092fe..6103112 100644 --- a/app/utils/search.py +++ b/app/utils/search.py @@ -122,6 +122,7 @@ class Search: self.request_params, self.config, content_filter.near) + self.full_query = full_query # force mobile search when view image is true and # the request is not already made by a mobile