helsingborg-stad / algolia-frontend
Replaces the standard algolia frontend with our own. Forces algolia to use specific settings.
Installs: 45
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 11
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
README
Replaces the standard algolia frontend with our own. Forces algolia to use specific settings.
Define the indexes to search as a constant.
define('ALGOLIA_FRONTEND_INDEXES', array( array('index_name_key', '50', "Invånare"), array('index_name_key_second', '100', "Företagare") );
The second parameter indicate max number of resuls to return from this index.