0.5.7 • Published 2 months ago

@webbio/strapi-plugin-algolia v0.5.7

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

Strapi plugin algoliasearch

With this plugin you can configure content types to upload to algolia. Its possible to configure the index name and the content of the model.

If a content type has draftAndPublish enabled it will only upload to algolia on publish.

Usage

install the plugin and add in plugin.js / plugin.ts:

algolia: {
	enabled: true,
	resolve: plugin location,
	config: {
		appId: secret,
		adminApiKey: secret,
		contentTypes: [
			{
				uid: 'contenttype uid',   --required
				index: 'name of index in algolia for this type',  --required
        populate: 'strapi populate string',   --required
					idPrefix: 'podcast-. this has to be used if you want to upload different contenttypes to the same index.'   --optional
			},
		],
	},
},
0.5.7

2 months ago

0.5.4

3 months ago

0.5.3

3 months ago

0.5.6

3 months ago

0.5.5

3 months ago

0.5.2

4 months ago

0.5.0

4 months ago

0.5.1

4 months ago

0.4.5

4 months ago

0.4.4

4 months ago

0.4.3

4 months ago

0.4.1

4 months ago

0.4.2

4 months ago

0.4.0

4 months ago

0.3.0

4 months ago

0.3.2

4 months ago

0.3.1

4 months ago

0.2.1

5 months ago

0.2.0

5 months ago

0.2.3

5 months ago

0.1.4

5 months ago

0.2.2

5 months ago

0.1.3

5 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago