Just to be certain, devis is the post type you’re trying to add some synonyms for?
Also this specific filter looks like it’s for the Autocomplete indexes, so if this is meant for instantsearch, you’d want algolia_searchable_posts_index_synonyms for the filter name, and based on our wiki docs, there’s not post type specific version of that filter.
Hi, yes devis is the post type to add synonyms.
Yes it is for autocomplete indexes.
Just to be certain, you’ve checked and confirmed the appropriate indexes in your algolia.com dashboard correct?
Yes, but i found another solution, i add synonyms directly in the algolia dashboard.
Thanks.
Hmm
I was able to get synonyms added to my configuration with a test post type:

Just to be certain, you’re using the “Push Settings” from the post type row on your Autocomplete page, correct?

Not the “Search Page” options page?
Ah, i think i have not do that!, i need to re test that.
Thanks.
With the settings buttons, we need to provide better information about what they’re for and when you should or shouldn’t use them. For example, you can and are able to use the Algolia dashboard to set everything, but if someone were to click one of these buttons, then those dashboard-managed settings would get overwritten. So it’s best to go with one or the other, not both.
That said, there’s reason to consider going with the code version and the settings pushing. It allows you to version control configuration and help aid in many people working on the site to have consistent settings. Much easier than manually going through indexes and re-setting things.
OK, i ‘ll see that, thanks Michael.