saumya010
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Search with Algolia] Missing posts from the indexHi Michael,
Algolia support replied with some info that the plugin is sending a batch “deleteObject” before “updateObject” operation is fired. Is there any way to prevent that or figure out if this is deleting the posts and not updating them afterwards?
This is the screenshot they provided.
Forum: Plugins
In reply to: [WP Search with Algolia] Missing posts from the indexNo, there is no bulk indexing being done. Only new indexing occurs when a post is published/updated.
Is there any way to capture when the indexer runs on post publish/update, in the logs? This way I will be able to narrow the issue down further.
Forum: Plugins
In reply to: [WP Search with Algolia] Missing posts from the indexThanks for specifying the filters, I completely missed one that we use, to exclude pages and other CPTs from indexing – algolia_searchable_post_types
For the test part, updating the same post again always works and reindexes the post and then it appears correctly in the search. But this is not a permanent fix. Is there any other way to ensure that the post is always indexed and appears correctly in Algolia and WP?
Forum: Plugins
In reply to: [WP Search with Algolia] Missing posts from the indexHi Michael, thanks for the quick response.
Yes, I have logged into Algolia and checked the logs and I can confirm that the posts were indexed correctly. I haven’t made any changes in the WP side and no customizations either.
The issue is, some random posts, even though indexed correctly(as per the Algolia logs), does not appear even in Algolia. Like it went missing or was deleted automatically somehow. I reached out to Algolia support as well but they are not that responsive and are trying to pin the problem on the plugin. Also, their logging is limited to 7 days, which is not really of any help.
I would like to understand if there is something, from the plugin code, that might fire the API in case of a post update and somehow removes it from the index? Also, is there a way to identify plugin’s API calls via WP logs?
Forum: Plugins
In reply to: [WP Search with Algolia] Indexing errorHi Leo, thank you for your insights. I have already tried this and still there are no logs and errors.
I agree with Michael on this, its more of a server issue with AJAX timing out after a certain point which we are yet to pinpoint and figure out.
Forum: Plugins
In reply to: [WP Search with Algolia] Indexing errorI have tried these with various options but I don’t think the plugin can handle the large amount of data, hence failing to index every time.
Is there any other way to ensure this works correctly?
Forum: Plugins
In reply to: [WP Search with Algolia] Indexing errorHi Michael, thank you for your response. However, there is no error in the logs related to this.
It looks more like a timeout situation, anything that I could do to avoid it?
Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] How to add IP range in allow listI am using memberpress and have the ability to add the login form to any custom page using a shortcode. I want to keep the captcha on the main login page(using memberpress login form) but remove it from any other page that I use that form on.
Currently, under settings>custom forms, it gives me option to remove the captcha completely from the form.
Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] How to add IP range in allow listHi,
My initial issue, which is the first topic in the thread was about adding an ip range to whitelist/allowlist page, which is not currently possible based on previous replies.
Another approach is to create a different page with the same form without the recaptcha. But the issue is that the recaptcha is tied to the form itself so it is appearing on the new page as well.
Is there any way to exclude the recaptcha from a specific page for a specific form?
I am using recaptcha version 3
Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] How to add IP range in allow listIs there any way to remove captcha based on the page/url?
Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] How to add IP range in allow listCould you let me know the ETA, I need the solution at the earliest.
Forum: Plugins
In reply to: [WP Popular Posts] Incorrect results in widget/shortcodeThanks, I will keep an eye on such anomalies from now on to verify if the views are correct or not.
Forum: Plugins
In reply to: [WP Popular Posts] Incorrect results in widget/shortcodeFrom a technical standpoint, I agree with you. But again based on prior data, a particular post from 2020, which is not relevant today and still shows a high number of views does not make sense.
If you know any other way to troubleshoot this and make sure that the page count is indeed correct, kindly let me know.Forum: Plugins
In reply to: [WP Popular Posts] Incorrect results in widget/shortcodeThanks for the prompt reply Hector. Here is the shortcode that I am using to display posts from the last 24 hours sorted by the number of views.
[wpp range=”last24hours” limit=10 stats_views=1 order_by=”views” stats_date=1]
So, technically it should display the posts which are viewed the most in the last 24 hours. However, it is displaying some posts from 2020 which does not make sense as the latest published posts have more chances of higher views.
I also understand your point of using the “freshness” parameter, but that will limit to the posts published within the last 24 hours as opposed to the most viewed posts in that time frame.
Hope you understand the issue here and provide a suggestion based on that along with the shortcode I referred to.
ThanksActually I have never worked with WebHooks before and I am looking for a way to send the taxonomy along with any other post related data to a third party CRM.
Sorry about the naivety.