helsingborg-stad / algolia-frontend
This package is abandoned and no longer maintained.
No replacement package was suggested.
Replaces the standard algolia frontend with our own. Forces algolia to use specific settings.
Package info
github.com/helsingborg-stad/algolia-frontend
Type:wordpress-plugin
pkg:composer/helsingborg-stad/algolia-frontend
1.0.11
2018-04-23 14:26 UTC
Requires
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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.