kov09
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Search with Algolia] Is there a way to push post to the index manually?@tw2113 yes, thank you!
Forum: Plugins
In reply to: [WP Search with Algolia] Is there a way to push post to the index manually?Thanks, @tw2113, that’s really helpful. Btw, we purchased the PRO version recently – do I understand correctly, it has extended source for this task?
Forum: Plugins
In reply to: [WP Search with Algolia] Is there a way to push post to the index manually?In total site contains ~30k posts.
I have another idea to try disable Algolia_Post_Changes_Watcher on that cron script run only, just wondering…Forum: Plugins
In reply to: [WP Search with Algolia] Is there a way to push post to the index manually?There is a cron job which process over 120k posts every day, so we have a lot of calls to Algolia – it calls save_post hook and updates meta… I added another cronjob to do re-indexation at some point; and I still wanna push immediately newly added posts by admins to the index.
Nope, log is clear, no any related errors…
Hey!
Site uses PHP 8.0.14. We try to re-index from live, issue happens quite randomly… And we can successfully finish re-indexation from second or third try.Same error happens during re-indexation from the panel.
Forum: Plugins
In reply to: [Contact Form 7] Theme translation not working since 5.7 versionSame problem. All translations get missed after CF7 form placement.
Forum: Plugins
In reply to: [WP Search with Algolia] Strings translation issueMaybe it’s better to get some screen-recording, I’ll try to do that…
Forum: Plugins
In reply to: [WP Search with Algolia] Strings translation issueWe have little to no idea about the setup. A guess is that it is a multisite because you mentioned using the url parameter in the WP CLI command.
Yes, but it can be reproduced on single site setup as well.
Secondly, we are not too sure what you mean by “Post Label”. Is it post title?
Sorry, I meant post type label.
Forum: Plugins
In reply to: [WP Search with Algolia] Strings translation issueIt happens on bulk re-index from the panel and on single edit.
Forum: Plugins
In reply to: [WP Search with Algolia] Strings translation issueIt’s not related to MultilingualPress, the point is in different admin language which can be set in clear installation….
Forum: Plugins
In reply to: [WP Search with Algolia] Strings translation issueThe thing is in translations… For example, if FE part is on DE language and all pages have Seiten post label after WP-CLI re-indexation, when we change admin lang to EN and push any page to the Algolia after some change – it will have Pages post label. Same happens with other translated strings.
Forum: Plugins
In reply to: [WP Search with Algolia] Strings translation issueWasn’t post label changed to selected admin language?
Forum: Plugins
In reply to: [WP Search with Algolia] Strings translation issueWe don’t use WPML, but MultilingualPress. In case with WP-CLI it requests each subsite separately with
urlparam, so I guess it gets correct language in all cases…Issue can be reproduced on clear installation without any plugin for multilingualism, – just select different admin language and create/re-save post or do re-indexation from the panel.