Closed 0x6368 closed 2 years ago
It looks like $index->count($search); got lost during the 6.0 upgrade. I think it should be reimplemented to make sure you can still create a search results website with paging.
$index->count($search);
It is added: https://github.com/ongr-io/ElasticsearchBundle/pull/979/files
It looks like
$index->count($search);
got lost during the 6.0 upgrade. I think it should be reimplemented to make sure you can still create a search results website with paging.