Alex Kendrick
Alex Kendrick
I'm encountering this issue as well. Was there a fix for this or a plan to address it?
I am running into this issue as well. But with Entries. Craft v 3.4.15 Feedme v 4.2.2
@benjaminkohl I worked around this by adding an arbitrary text field (an 'import timestamp' field just for triggering changes). I just update the value of that field in my import...
Yes, I am using standard http authentication. Like ``` AuthName "Authentication Required" AuthType Basic AuthUserFile /path/goes/here/for/.htpasswd require valid-user ```
This is happening for me on Mac OS. It began as soon as I upgraded to Sublime Text 4.
@timkelty Hi, hope you are well. I am wondering if you can suggest a workaround for this issue in the meantime. > Is there a way around this (other than...
@timkelty I just tested `dev-97-multisite-single-index` and Scout updates the index on entry save regardless of the entry's status now. That's great, thank you. A similar issue I encountered is that...
Thanks, I tried adding `distinctID` and the `indexSettings` you suggested. Deleting in Craft still did not drop the record from Algolia. $entry-id is not really distinct across all sites, though...
> I don't see splitElementsOn…Did you try it with ->splitElementsOn(['anyField']) like in my example? I did, yes. Sorry, I pasted in my current config file. But I did try your...
@timkelty Just confirming that we used something similar to the workaround you posted above to ensure deletion. Thanks!