You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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?
Thank you
The text was updated successfully, but these errors were encountered: