We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382c8fb commit d31249bCopy full SHA for d31249b
.github/workflows/algolia-config.json
@@ -4,13 +4,13 @@
4
"minWordSizefor2Typos": 8,
5
"hitsPerPage": 20,
6
"maxValuesPerFacet": 100,
7
- "attributesToIndex": [
+ "searchableAttributes": [
8
"unordered(title)",
9
"unordered(section)",
10
"unordered(text)",
11
"unordered(href)"
12
],
13
- "numericAttributesToIndex": null,
+ "numericAttributesForFiltering": null,
14
"attributesToRetrieve": null,
15
"unretrievableAttributes": null,
16
"optionalWords": null,
.github/workflows/test-algolia-upload.yml
@@ -2,6 +2,9 @@
2
name: Test Algolia Upload
3
on:
workflow_dispatch:
+ push:
+ branches:
+ - algolia
jobs:
test-upload:
runs-on: ubuntu-latest
0 commit comments