Premium support is here, please use it.
Anyway, since this is not related to Premium, I can answer this question here. Or could, if I knew the answer… Any changes in the synonyms should take effect immediately, without any delay. You say you don’t have any caching in use, but it sure sounds like there’s a cache somewhere there. WordPress has built-in caching for the options, but that shouldn’t persist longer than single HTTP request.
If you check the option in the database (it’s relevanssi_synonyms in the wp_options database table), does the option change when you change the setting? If the option changes, does the return value of get_option( 'relevanssi_synonyms' ); change, too?
Thread Starter
Noon
(@sevenkader)
It turns have a certain type of Cache on that I didn’t know if this is what’s affecting it, but it never affected it before so it didn’t even come to mind.
May you please tell me if there are any specific urls specific to Relevanssi that I can exclude from the cache? For example, Woocommerce has \?add-to-cart=, and cookies like, woocommerce_cart_hash
woocommerce_items_in_cart, is there anything like that Relevanssi has that I can exclude?
Relevanssi doesn’t have any specific URLs that could be excluded. In general caching option values for a long time can cause surprising results.