Skip to content

Commit c12b345

Browse files
committed
update requirements
1 parent 7ea61bc commit c12b345

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

scripts/search/requirements.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,31 @@ async-timeout==5.0.1
77
attrs==24.3.0
88
certifi==2024.12.14
99
charset-normalizer==3.4.1
10+
Deprecated==1.2.15
1011
frozenlist==1.5.0
1112
idna==3.10
13+
jaconv==0.4.0
14+
Markdown==3.7
1215
multidict==6.1.0
16+
networkx==3.4.2
17+
numpy==2.2.2
1318
propcache==0.2.1
1419
pydantic==2.10.5
1520
pydantic_core==2.27.2
21+
pykakasi==2.3.0
1622
python-dateutil==2.9.0.post0
23+
python-slugify==8.0.4
24+
PyYAML==6.0.2
25+
remember==0.1
1726
requests==2.32.3
27+
ruamel.yaml==0.18.10
28+
ruamel.yaml.clib==0.2.12
29+
scipy==1.15.1
1830
six==1.17.0
31+
slugger==0.2.2
32+
text-unidecode==1.3
1933
typing_extensions==4.12.2
34+
Unihandecode==0.81
2035
urllib3==2.3.0
36+
wrapt==1.17.2
2137
yarl==1.18.3

src/theme/SearchPage/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ function SearchPageContent() {
221221
type: 'update',
222222
value: {
223223
items,
224-
query: originalQuery, // Use the overridden query here
225-
overriddenQuery, // Optionally store the original query for debugging or display
224+
query: originalQuery, // Use the overridden query here or we don't get an update
225+
overriddenQuery, // Store the original query for debugging or display
226226
totalResults: nbHits,
227227
totalPages: nbPages,
228228
lastPage: page,

0 commit comments

Comments
 (0)