Closed russback closed 11 months ago
Index settings aren't applied automatically when items get added to the index, you'll need to run php craft scout/settings/update
from the command line, or click "Update settings" in the Scout utility page
I see this is only briefly mentioned in the docsblock in this example so it could probably be made clearer in the docs. Leaving this issue open until I've added it there.
Added a note for this!
First time using this plugin, so apologies if I am missing something basic here.
I have a simple index set up and am looking at using IndexSettings, however I have found that the following does not seem to update what I see in the Algolia index configuration. I initially thought it was only being applied when the index is first created (i.e. thinking that changes to the index settings is not supported by the plugin) but when deleting the index in Algolia and running the import CLI task again, the values for my settings are not showing up in Alogia.
Here's my configL
And here's what shows up in Algolia config - both are showing the default and not the values in the plugin's index config.
minWordSizefor1Typo
:attributesForFaceting
:This is with Craft
4.5.9
and Scout3.2.1
.