diff --git a/requirements.txt b/requirements.txt index 949bd1a85b5..e9435b103c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ canonicalwebteam.flask-base==2.0.0 canonicalwebteam.http==1.0.4 canonicalwebteam.blog==6.4.1 -canonicalwebteam.search==2.0.0 +canonicalwebteam.search==2.1.1 canonicalwebteam.templatefinder==1.0.0 canonicalwebteam.image-template==1.3.1 canonicalwebteam.discourse==5.7.2 diff --git a/webapp/app.py b/webapp/app.py index 0d4ae23177a..a8507949750 100644 --- a/webapp/app.py +++ b/webapp/app.py @@ -434,7 +434,6 @@ session=session, template_path="search.html", search_engine_id=search_engine_id, - request_limit="2000/day", ), ) @@ -714,7 +713,6 @@ def takeovers_index(): site="ubuntu.com/community", template_path="/community/docs/search-results.html", search_engine_id=search_engine_id, - request_limit="2000/day", ), ) @@ -769,7 +767,6 @@ def takeovers_index(): site="ubuntu.com/ceph/docs", template_path="ceph/docs/search-results.html", search_engine_id=search_engine_id, - request_limit="2000/day", ), ) @@ -792,7 +789,6 @@ def takeovers_index(): site="ubuntu.com/core/docs", template_path="/core/docs/search-results.html", search_engine_id=search_engine_id, - request_limit="2000/day", ), ) core_docs.init_app(app) @@ -1055,7 +1051,6 @@ def takeovers_index(): site="ubuntu.com/openstack/docs", template_path="openstack/docs/search-results.html", search_engine_id=search_engine_id, - request_limit="2000/day", ), ) @@ -1083,7 +1078,6 @@ def takeovers_index(): site="ubuntu.com/security/livepatch/docs", template_path="/security/livepatch/docs/search-results.html", search_engine_id=search_engine_id, - request_limit="2000/day", ), ) @@ -1111,7 +1105,6 @@ def takeovers_index(): site="ubuntu.com/security/certifications/docs", template_path="/security/certifications/docs/search-results.html", search_engine_id=search_engine_id, - request_limit="2000/day", ), ) @@ -1139,7 +1132,6 @@ def takeovers_index(): site="ubuntu.com/landscape/docs", template_path="/landscape/docs/search-results.html", search_engine_id=search_engine_id, - request_limit="2000/day", ), )