Clément Vannicatte

Results 85 comments of Clément Vannicatte

Hey @PhilipLund, Nothing should have changed on our side, I'll dig in our past commits to make sure I didn't missed anything. > only the first level is returned sometimes...

Hey, small feedback to improve your DocSearch results, you can update the Crawler config to better scope the `lvl0` (e.g. `h1`), so you have more sections appearing in the modal...

> @shortcuts Thanks, but I could not see any good element for `lvl0` at this moment. I planned to update them by just adding section name after information architecting 😁...

> Is it possible to recrawl the website on every deploy instead of daily? Sure, we have a GitHub action available: https://github.com/algolia/algoliasearch-crawler-github-actions (which works with DocSearch :))

> @shortcuts any opinion on this? > > Should it be changed directly in the DocSearch package? Looks likeyou switch from fixed (desktop) to absolute (mobile), and maybe there's a...

> However I'm not sure Algolia has any metadata to exclude a page from their search engine crawler (afaik it doesn't respect `noindex`. @shortcuts do you know if it's possible...

> Is this new? Because I think we discussed that a long time ago with Kevin and he said it wasn't supported Yup, since we've migrated to the new infra/Algolia...

Hey! > it's not clear what the default rank value is for pages that aren't given a hardcoded pageRank? There's no default value, so it defaults to 0. > Where...

> Is a read only key supported by this library? Hey, the Algolia clients does not validate API keys, but forward errors from the REST API. You should be able...

Hey ! We need to do a bit of investigation on how to adapt the `exports` key to match both our browser and node builds (probably conditional exports). Do you...