algolia / gatsby-plugin-algolia

A plugin to push to Algolia based on graphQl queries
https://yarn.pm/gatsby-plugin-algolia
Apache License 2.0
177 stars 45 forks source link

Attributes for faceting being removed? #22

Closed moreguppy closed 5 years ago

moreguppy commented 5 years ago

Is this because I am not setting these in gatsby-config.js? If so how do I do that?

Thanks!

Haroenv commented 5 years ago

Exactly, this plugin assumes ownership over all settings, and will always set those from the file, and overwrite what's on the dashboard. You can fix this indeed by setting it in the file.

the key is called settings, and is done for each of the queries

Looks like I forgot to add it in the readme, so I just added that, thanks!