Clément Vannicatte

Results 149 comments of Clément Vannicatte

Hey, what is the concerned index? Are you using the Algolia Crawler or the legacy platform?

I'm not sure if it's because of that, but some `h2`s are missing `id`s on your website (e.g. https://docs.controlplane.com/reference/gvc `Overview`), so it might create a record with an empty anchor

No problem, feel free to close if it was the issue

Hey @hakankaraduman, I can still see empty `id`s on production, was it tested on a dev env? I'd also like to try solving this. > Where can I find how...

The issue could come to the fact that two pages with different URLs have the same `lvl0` (`h1`), so our frontend grouping does not find the right parent: https://github.com/algolia/docsearch/blob/next/packages/docsearch-react/src/DocSearchModal.tsx#L219 Trying...

> Would you in hebrew expect the icons to be positions reversely too or not? @Haroenv I didn't found much [search resources](https://www.maariv.co.il/#/search;query=test) but it looks like only the text position...

Hey @mantou132, thanks for the PR. I'll do some tests on existing configs asap and let you know :D

Hey, Is there an other action with a broader `pathsToMatch` that will match `https://lib.ballerina.io/ballerina/grpc/latest/`? If so, the URL will be crawled in both actions, and might override the results. You...

Looking at your index, records are populated with the correct weight and `pageRank`, maybe you need to provide an higher value?

Exactly, as long as an URL will match a `pathsToMatch`, records will be created! You can define URLs you don't want to crawl as [`exclusionPatterns`](https://www.algolia.com/doc/tools/crawler/apis/configuration/exclusion-patterns/)