Long post content is stripped
-
Hi,
I have a weird bug where not the whole post content is sent out to Algolia for indexing.
The problem is not with Algolia’s record size limitation (10KB) because when I check out the $records variable before it being sanitised and transformed to json, I can already see that the content is stripped it with this filter:$records = apply_filters(
'algolia_update_records',
$records,
$item,
$this->get_id()
);Any suggestions?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Long post content is stripped’ is closed to new replies.