We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df46ce3 commit 382c8fbCopy full SHA for 382c8fb
.github/workflows/algolia-config.json
@@ -20,12 +20,6 @@
20
"paginationLimitedTo": 1000,
21
"attributeForDistinct": null,
22
"exactOnSingleWordQuery": "attribute",
23
- "synonyms": [
24
- [
25
- "math",
26
- "maths"
27
- ]
28
- ],
29
"ranking": [
30
"typo",
31
"geo",
.github/workflows/test-algolia-upload.yml
@@ -2,9 +2,6 @@
2
name: Test Algolia Upload
3
on:
4
workflow_dispatch:
5
- push:
6
- branches:
7
- - algolia
8
jobs:
9
test-upload:
10
runs-on: ubuntu-latest
@@ -25,5 +22,5 @@ jobs:
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
ALGOLIA_APP_ID: ZPJB5I1QN7
ALGOLIA_INDEX: test_QUARTO
- QUARTO_INDEX_PATH: search.json
+ QUARTO_INDEX_PATH: search.json
QUARTO_INDEX_URL: https://quarto.org/search.json
0 commit comments