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
I get an error when a page is to large for Algolia to index (20kb for example). The build process of the index doesn't continue with indexing the rest of the pages. I need it to skip the pages that are to large in size and index all other pages. Is there a setting that I can change so the build process skips the pages that are to large and index the rest of the pages?
This item has been added to our backlog AB#49904
The text was updated successfully, but these errors were encountered:
Have you checked the logs for errors, whether a specific property using a complex type is throwing an exception? Because in this case you can add your own custom converter to address the matter.
I currently don't have time to see if this helps to solve the problem. But I think writing a custom converter for a BlockGrid is still not going to fix the issue, because a BlockGrid can still contain a lot of text. When it does, it still isn't indexed by Algolia and neither are the rest of the pages after that, because it gives the error. Isn't there a way to continue indexing the rest of the pages when one page is to large?
I get an error when a page is to large for Algolia to index (20kb for example). The build process of the index doesn't continue with indexing the rest of the pages. I need it to skip the pages that are to large in size and index all other pages. Is there a setting that I can change so the build process skips the pages that are to large and index the rest of the pages?
This item has been added to our backlog AB#49904
The text was updated successfully, but these errors were encountered: