KockaAdmiralac / deltarune-viewer

Static site for viewing Deltarune game scripts made so we have a site to reference when citing code on Deltarune Wiki (original by xkeeper).
https://deltarune.kocka.tech
3 stars 0 forks source link

Algolia entry splitting #2

Open KockaAdmiralac opened 2 years ago

KockaAdmiralac commented 2 years ago

Algolia limits our records to 100KB (10000B). Current algorithm that deals with it just takes the first 90KB of a script and puts it into one record, then the next 90KB and so on. We should probably have smarter splitting (at the cost of slightly higher record count) as to not accidentally split in the middle of important search words.