Skip to content

Commit 10f7f5b

Browse files
authored
docs(algolia): feed the index a little snack (#10210)
1 parent 32b922c commit 10f7f5b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/algolia/configure-algolia-api.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
index_name = os.environ["ALGOLIA_INDEX"]
1010

1111

12+
# A list of search terms that have (historically) not returned results
13+
# that we can map to existing search terms that we know are good
1214
ONE_WAY_SYNONYMS = {
13-
# A list of search terms that have (historically) not returned results
14-
# that we can map to existing search terms that we know are good
15-
"md5": ["hashbytes"],
1615
"fetchdf": ["to_pandas", "to_polars", "to_pyarrow"],
16+
"md5": ["hashbytes"],
17+
"strptime": ["as_timestamp"],
1718
"unique": ["distinct"],
1819
}
1920

.github/workflows/algolia/upload-algolia-api.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
"docs/reference/expression-strings.qmd",
2323
"docs/reference/expression-tables.qmd",
2424
"docs/reference/expression-temporal.qmd",
25+
"docs/reference/scalar-udfs.qmd",
26+
"docs/reference/aggregate-udfs.qmd",
27+
"docs/reference/schemas.qmd",
28+
"docs/reference/datatypes.qmd",
2529
]
2630

2731

0 commit comments

Comments
 (0)