Closed eunjae-lee closed 4 years ago
You closed this now, is it a bug or not? :)
The title and the description were wrong 😅 So what happened is,
{
resolve: 'gatsby-plugin-algolia',
options: {
appId,
apiKey,
indexName,
queries,
settings,
},
},
That settings
doesn't work.
For me to update the settings, I had to specify it in query.settings
.
I don't think that main settings
is passed to getSettingsToApply
.
It's too bad I didn't find a way to add tests to this repo yet, otherwise this would be easy to prove with a new test
fixed in 0.11.0
~Unlike query.indexName, query.settings doesn't override the main settings. Is it intended?~