Constructor
new Algolia()
- Source:
- See:
Example
<Algolia
translation={{
hint: '******',
no_result: '******',
untitled: '******',
empty_preview: '******'
}}
applicationId="******"
apiKey="******"
indexName="******"
jsUrl="******"
algoliaSearchUrl="******"
instantSearchUrl="******" />
Members
(static) Cacheable
Cacheable Algolia search engine JSX component.
This class is supposed to be used in combination with the locals
hexo filter
(module:hexo/filter/locals).
- Source:
- See:
Example
<Algolia.Cacheable
config={{
algolia: {
applicationID: '******',
apiKey: '******',
indexName: '******'
}
}}
helper={{
__: function() {...},
cdn: function() {...},
url_for: function() {...}
}} />