pub const MAX_CONTENT_LENGTH: usize = 5_000;
Maximum content length per page in the search index (characters). Keeps the index compact for fast client-side loading.