search: Remove support for experimental search pills.

This in-progress feature was started in 2018 and hasn't
been worked on much since. It's already in a broken state,
which makes it hard to iterate on the existing search bar
since it's hard to know how those changes will affect search
pills.

We do still want to add search pills eventually, and when
we work on that, we can refer to this diff to readd the
changes back.
This commit is contained in:
evykassirer
2023-05-18 15:55:49 -07:00
committed by Tim Abbott
parent e20e7482ca
commit aa270bcef0
22 changed files with 14 additions and 1863 deletions

View File

@@ -49,10 +49,6 @@ else:
CAMO_URI = "https://external-content.zulipcdn.net/external_content/"
CAMO_KEY = "dummy"
if PUPPETEER_TESTS:
# Disable search pills prototype for production use
SEARCH_PILLS_ENABLED = False
if "RUNNING_OPENAPI_CURL_TEST" in os.environ:
RUNNING_OPENAPI_CURL_TEST = True