Jump to content

Set Sphinx to show more than 1000 results


Recommended Posts

In addition to the sphinxapi.php and sphinx.conf file, the core IPB that needs to be modified is in /admin/applications/forums/extensions/search/engines/sphinx.php

return array( 'count' => intval( $result['total_found'] ) > 1000 ? 1000 : $result['total_found'], 'resultSet' => $search_ids );

Hope this is helpful to others wanting to accomplish the same.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...