algolia / algoliasearch-zendesk

Integrate Algolia within your Zendesk Help Center in minutes.
https://community.algolia.com/zendesk
Other
21 stars 12 forks source link

feat(crawler): add optional max_config_size option in config #114

Closed marieglr closed 4 years ago

marieglr commented 4 years ago

Before this PR, all description bigger than 5 000 bytes was truncated and any text after this limit was not indexed to Algolia.

After this PR Config can now take an option "max_content_size" that should be an integer to increase the byte size after which a description is truncated.

marieglr commented 4 years ago

hey @stephenrepetto35, this was the PR to enable indexing of articles above 5K bytes! very short but lots of learnings for me in the process :)

stephenrepetto35 commented 4 years ago

A lot for me as well. Thanks for the notification, this is very helpful! :)