1
0
Fork 0
Commit graph

91 commits

Author SHA1 Message Date
Paul Jankowski
905e26d693
feat(v4): Add support for multi-index search (#2736)
* feat(v4): Add support for multi-index search

* feat(docs): Document new indices property and mark indeName and searchParameters as deprecated

---------

Co-authored-by: Dylan Tientcheu <dylan.tientcheu@algolia.com>
2025-09-02 11:18:38 -04:00
Dylan Tientcheu
d26e13de28
fix: document open in new tab (#2737) 2025-08-28 12:24:27 +02:00
Paul Jankowski
f065790ce6
feat(docs): Add Ask AI error documentation (#2726)
* feat(docs): Add Ask AI error documentation

* feat(askai): Render AI stream error messages as Markdown to allow for links
2025-08-27 17:02:46 -04:00
Dylan Tientcheu
d5c9c527d7
feat: a11y and ux tweaks (#2712)
Co-authored-by: Natan Yagudayev <natanyagudayev@gmail.com>
2025-08-14 20:04:30 +02:00
Natan Yagudayev
69983f9584
feat(docsearch): added documentation for crawler automated markdown configuration (#2714)
* feat(docsearch): added documentation for crawler automated markdown configuration

* fix(docsearch): fix copy

* fix(docsearch): added documentation

* fix(docsearch): updates to token usage
2025-08-11 20:37:49 -04:00
Dylan Tientcheu
3478262b3e
fix: cater for transformItems to use DS with custom indices (#2705) 2025-08-08 16:24:24 +02:00
Paul Jankowski
95af410f82
feat: Add recent searches limit param (#2704) 2025-08-07 12:39:25 -04:00
Natan Yagudayev
920e3926b7
feat(docs): api documentation and better examples (#2686)
* feat(docs): api documentation and better examples

* feat(docs): api documentation and better examples
2025-07-24 17:33:52 -04:00
Paul Jankowski
942c1ca353
feat(askai): Add providers table to docs (#2684)
Co-authored-by: Dylan Tientcheu <dylan.tientcheu@algolia.com>
2025-07-24 15:48:24 -04:00
NatanTechOfNY
5690471c2a fix(docs): better crawler config for markdown 2025-07-24 11:49:24 -04:00
Dylan Tientcheu
a9b3d893f6 fix: update doc 2025-07-24 11:16:17 +02:00
Natan Yagudayev
4bcdedf8f1
feat(docs): Enhance AskAI with markdown indexes (#2683)
* feat(docs): enhance AskAI with markdown indexes

* fix(docs): linting

* feat(docs): added string vs object setup example

* feat(docs): added small note

* feat(docs): copy change

* feat(docs): enhance the documentation steps for markdown

* fix(docs): copy changes

* fix(docs): copy changes
2025-07-23 19:26:58 -04:00
Natan Yagudayev
4210e3b503
feat(docs): added tips for facetFilters (#2680) 2025-07-23 10:08:04 -04:00
Dylan Tientcheu
55e3eb301c
feat(askai): add facet filtering (#2676) 2025-07-22 11:28:18 +02:00
Dylan Tientcheu
19c1ef9192
feat(v4): release v4 (#2555) (#2666)
* feat(v4): add new UI (#2555)

* feat: add new footer ui

* feat: add new search box ui

* feat: add searchbox actions

* feat: add start screen

* feat: add no results screen

* feat: add new card ui

* feat: add new icons

* feat: add new key press class

* fix: cypress tests

* fix: circleci

* fix: circleci

* fix: close aria label

* fix: circleci

* fix: remove unused classes

* fix: circleci

* feat: update version

* feat: add new dark mode ui

* fix: colors

* fix: design review

* fix: hit title length

* fix: improve accessibility

* fix: ci

* chore: increase bundle size threshold

* fix: css

* feat(v4): ask-ai foundations  (#2574)

* feat(v4): docsearch askAI context (#2587)

* fix(v4): ask ai updates (#2654)

* feat(v4): update beta documentation (#2659)

* chore: release v4.0.0-beta.0 (#2660)

* fix: make release run on branches like v4

* chore: release v4.0.0-beta.0

* hotfix: closing on askai error

* chore: release v4.0.0-beta.1 (#2661)

* fix: add a section on models

* fix: update to `<package>@beta`

* feat(docsearch-website): Updated docs (#2662)

* feat(v4): update the landing page (#2665)

* fix: beta in readme

* feat: added glow around the search bar and a little copy above the keyboard

* feat: add glow around the search bar and copy above the keyboard

* fix: Add more styling

* fix: polishing v4 (#2667)

* chore: release v4.0.0-beta.2 (#2668)

* fix: update docusaurus tarballs

* fix(website): update docusaurus tarballs

* fix: mobile search bar

---------

Co-authored-by: Vasco Bettencourt <32492444+vascobettencourt@users.noreply.github.com>
Co-authored-by: Natan Yagudayev <natanyagudayev@gmail.com>
2025-07-17 15:53:46 +02:00
NiteshSingh17
85568ce095
feat: add theme prop (#2651)
Co-authored-by: Dylan Tientcheu <dylantientcheu@gmail.com>
2025-07-08 20:05:25 +02:00
Paul Jankowski
29fde53320
feat(apply): Update rest of apply links (#2655) 2025-07-02 13:13:31 -04:00
Felipe Bermudez
161dcdca00
feat(onboarding): Docsearch who can apply updated page (#2607)
* feat(v4): Docsearch who can apply updated page

* feat(v4): Includes info about new users

* Remove the messaging

---------

Co-authored-by: NatanTechOfNY <natanyagudayev@gmail.com>
2025-07-02 11:53:23 -04:00
James Gray
e970a3fea6
Update templates.mdx - added template for rspress 2025-05-16 19:33:45 +02:00
James Gray
7f670b6ba9
Update crawler.mdx
added FAQ for password protected sites
2025-01-21 22:20:43 +01:00
Pierre Millot
08d9a37807
fix(types): use a minimal type for transformSearchClient (#2348) 2024-11-12 16:15:02 +01:00
Sid
6579023a2f
chore(docs): fix grammar, improve sentence clarity (#2052) 2024-11-04 16:55:25 +01:00
Pierre Millot
93578a4de0
fix: upgrade algoliasearch to v5 (#2326)
We can use the new generated client to stay up to date and upgrade packages that depends on docsearch.

---------

Co-authored-by: shortcuts <vannicattec@gmail.com>
2024-10-30 15:46:38 +01:00
James Gray
9733ba9a50
Update DocSearch-program.md 2024-09-06 22:35:59 +02:00
James Gray
660f53c231
Update templates.mdx
edited the starlight template from feedback
2024-07-23 00:54:44 +02:00
James Gray
698c1cd8cd
fix(email): docsearch@algolia.com is being retired (#2280)
This is a change by support (this email goes to support and automatically creates a ticket), support is no longer accepting ticket creation via email. Replacing with links to Discord or proper support site. More info can be found at https://algolia.atlassian.net/browse/ZA-268
2024-07-19 20:11:40 +02:00
James Gray
5142612fa7
Update record-extractor.md
updating docs on the record extractor
2024-07-12 23:14:10 +02:00
James Gray
4aa0c2c67a
fix: updating the templates page (#2273)
* fix: updating the templates page

The templates page needs some work. The first thing I saw is that it alluded to being able to create a crawler. As a docsearch user, this is confusing. We automatically create a crawler for the user, additional crawlers get confusing for the user.

Provide additional information about updating templates, as we're talking about templates here.

Verify the current templates, I see the default one isn't quite right.

Given that we use the same template for Docusaurus v2 and v3 combine those.

Add the Starlight template.

* Combined Docusaurus v2 and v3 templates

Its confusing to have two separate sections that are exactly the same

* added astro starlight template

* remove pkgdown and add starlight

pkgdown no longer references Algolia
added starlight as an integration partner
2024-07-11 19:02:14 +02:00
Ben
4054a126b3
Update what-is-docsearch.md (#2222)
Grammar.

Co-authored-by: James Gray <101061708+randombeeper@users.noreply.github.com>
2024-06-06 17:51:40 +02:00
James Gray
b72c9331d5
Update integrations.md (#2252)
docs: actually, several of the URLs needed updated too
2024-05-31 11:51:17 -05:00
James Gray
707177f247
Update integrations.md (#2251)
docs: adding reference to docusaurusv3
2024-05-31 11:45:39 -05:00
James Gray
ce81ba14cb
docs: update crawler.mdx (#2250)
* Update crawler.mdx

Users are unfortunately deleting their crawlers which result in broken processes. We will fix this in the longer term but in the shorter term putting in these FAQs.

* Update crawler.mdx

docs: added discord link
2024-05-16 19:57:34 +02:00
Jozef Majzel
6462d11826
docs: fix link to vitepress (#2229)
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
2024-04-08 13:02:32 +02:00
Heather Buchel
df60b8ebe8
fix: add accessible label to SearchBox input (#2193) 2024-02-28 11:14:04 +01:00
Zadkiel Aharonian
63619c99c7
docs: add VitePress integration (#2140) 2023-12-15 11:41:54 -05:00
Julius
fbe746c38c
docs: add missing backtick to placeholder default example (#2097) 2023-10-12 08:47:17 +02:00
Sid
5771deb8f6
chore(docs): improve clarity of sentence (#2051) 2023-10-03 15:18:40 -04:00
Shane Afsar
10ba2de5f7
Update integrations.md
Update URL to readthedocs
2023-08-16 14:04:17 -04:00
Shane Afsar
04ed51e24c
Update integrations.md
added Sphinx integration
2023-08-16 14:00:36 -04:00
Shane Afsar
387e35e01b
Update integrations.md
-Added Lotus Docs integration
-Updating language to encourage PRs and contributions to Code Exchange
2023-08-16 10:19:17 -04:00
Shane Afsar
9a63a6f348
type(docs): update who-can-apply.md
Updated some of the text based on the latest requirements.
2023-07-11 12:15:03 -04:00
Rufat Zeynalli
250e4c7940
docs(v3): fix the typo (#1961) 2023-07-07 18:12:48 +02:00
Sébastien Lorber
ce0c865cd8
docs: add docusaurus-v3 entry (#1946) 2023-06-24 10:00:15 +02:00
Paul Jankowski
86bee0873f
docs: update documentation for insights in JS (#1915) 2023-06-12 18:33:30 +02:00
Paul Jankowski
26691a5c8a
feat(api): allow insights options to be forwarded to Autocomplete (#1904)
* Allow insights options to be forwarded to Autocomplete

* Add autocomplete params to hits for insights

* Fixes TS errors after Autocomplete update

* Bump bundlesize after Autocomplete update

* Cleanup checking if insights is active

* Add documentation for sending events with DocSearch

* Move insights boolean casting to inside of getSources

* Update packages/docsearch-react/src/DocSearchModal.tsx

Co-authored-by: François Chalifour <francoischalifour@users.noreply.github.com>

---------

Co-authored-by: François Chalifour <francoischalifour@users.noreply.github.com>
2023-06-08 10:47:42 -04:00
Shane Afsar
066539c2c9
docs(api): add maxResultsPerGroup (#1897) 2023-05-25 16:16:04 -04:00
Kai Welke
8f48ebb330
fix: type of lvl0 (#1859) 2023-04-20 09:08:51 +02:00
Clément Vannicatte
f241cc7869
docs: fix pageRank type (#1848)
* docs: fix `pageRank` type

* lint
2023-04-07 14:43:10 +02:00
itachi sasuke
af5d0fc6d7
docs: fix typo in documentation (#1766) 2023-01-24 09:17:16 +01:00
Keshia Rose
542e02d1cb
docs: added info on how to rotate API keys. (#1697) 2022-12-08 21:03:30 +01:00