Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to don't overwrite new crawler code in online editor #292

Open
odorisioe opened this issue May 4, 2021 · 1 comment
Open

Option to don't overwrite new crawler code in online editor #292

odorisioe opened this issue May 4, 2021 · 1 comment

Comments

@odorisioe
Copy link

On every deploy, the plugin overwrites the code in the online editor and I would like to keep it to customise the recordExtractor. I tried disabled = true in the netlify.toml file but it doesn't trigger the reindex and seems like the rest API is not available for the Netlify crawlers.

What options do I have to do not overwrite the code in the online editor and run the index?

new Crawler({
  appId: "...",
  apiKey: "...",
   ...
})

Thank you

@sbellone
Copy link
Collaborator

sbellone commented May 4, 2021

Hi, the Netlify plugin doesn't give access to the online editor, so you can't customize the recordExtractor. You also don't have access to the REST API indeed.
Those features are currently reserved to the customers that subscribe to the full Crawler add-on.

If you have a special use-case that is not covered by the current extraction strategy of the plugin, you can expose it here and we will study it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants