Browse Source

auto commit

master
jfinn 3 months ago
parent
commit
db2f0027ad
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/oscar/apps/search/views/base.py

+ 1
- 0
src/oscar/apps/search/views/base.py View File

@@ -29,6 +29,7 @@ class BaseSearchView(BaseFacetedSearchView):
29 29
                 context["suggestion"] = suggestion
30 30
 
31 31
         # Convert facet data into a more useful data structure
32
+        print("search....")
32 33
         if "fields" in context["facets"]:
33 34
             munger = FacetMunger(
34 35
                 self.request.get_full_path(),

Loading…
Cancel
Save