Skip to content

Commit 49c6895

Browse files
committed
..
1 parent 13ce4d2 commit 49c6895

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pcweb/components/docpage/navbar/typesense.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ async def perform_search(self):
9191
if self.selected_filter == "Blog Posts":
9292
search_params["filter_by"] = "section:=Blog"
9393
else:
94-
# Map cluster to sections
9594
sections = self._get_sections_for_cluster(self.selected_filter)
9695
if sections:
9796
section_filter = " || ".join(f"section:={s}" for s in sections)
@@ -409,7 +408,6 @@ def search_input():
409408
),
410409
rx.el.input(
411410
on_change=[
412-
# SimpleSearch.set_is_fetching(True),
413411
lambda value: SimpleSearch.set_query(value.replace("rx.", "")).debounce(500),
414412
SimpleSearch.perform_search(),
415413
],

0 commit comments

Comments
 (0)