Forum Replies Created
-
prakashreddy.imduriParticipant1 week, 6 days ago in reply to: 404 pages with Solr Plugin On WordPress Latest Upgrade #35687
PHP version: 7.4.33
WooCommerce version: 7.5.1
WordPress version: 6.3.1prakashreddy.imduriParticipant2 weeks, 3 days ago in reply to: 404 pages with Solr Plugin On WordPress Latest Upgrade #35678I downloaded version 22.3 and 23.3 from this link : https://www.wpsolr.com/forums/forum/licenses-and-billing/wpsolr-releases/, Activated each of them and checked on my localhost, I found issue with 22.3 unmodified version itself.
The latest version however isn’t giving any issue.prakashreddy.imduriParticipant2 weeks, 3 days ago in reply to: 404 pages with Solr Plugin On WordPress Latest Upgrade #35677Activated all debugs and no error messages or any log files generated, the pages still show Nothing found.
prakashreddy.imduriParticipant2 weeks, 5 days ago in reply to: 404 pages with Solr Plugin On WordPress Latest Upgrade #35647nothing is getting logged into php error logs, I checked with wpsolr disabled, the site is working. On Production server, its throwing 404 status, homepage, product pages, cart, checkout every page while wpsolr is activated.
prakashreddy.imduriParticipant1 month ago in reply to: TitleCase Facets title in Filters with Hook #35487Its changing the filter label, I wanted to change the taxonomy terms inside the filter..
The above code is changing the filter headings, like By Category, By Tag..prakashreddy.imduriParticipant1 month ago in reply to: Certain Taxonomy Not Getting into Index #35482we did modified the json, as the backend gets timeout, there was a space in the facets seperated by comma, that was causing the issue, to not send the taxonomy to index..
the space in the test2 taxonomy was causing the issue."wdm_solr_facet_data": { "facets": test1, test2,test3, }
Now, its fixed.
prakashreddy.imduriParticipant1 month ago in reply to: Certain Taxonomy Not Getting into Index #35481yes, its selected.. we added around 10 taxonomies, all are sending to index except this.
prakashreddy.imduriParticipant1 month, 1 week ago in reply to: Wrong Count Showing for to be Indexed #35437sure, will try this…
prakashreddy.imduriParticipant1 month, 1 week ago in reply to: Index ACF Fields as Filter #35436with acf repeater, Can we create parent children kind of filters, as we have in taxonomy filters?
prakashreddy.imduriParticipant1 month, 1 week ago in reply to: Wrong Count Showing for to be Indexed #35434No, I didn’t delete, as its a new index, and showing zero posts indexed, so I didn’t delete it..
Again I tried to create a new index with same process, the new index was showing as 0 reports to be indexed. and it says 14k reports are in index.
Somehow the metadata was linked to it, even though the index name and label was different.
[I modified the id in the screenshot]
There is some id, which I didnt changed, even after changing the label and index name, I believe this id might be the reason for the issue, But I am not sure if we can keep any randomised alphanumeric id, or it should match with some id in solr index. Same id is present in the json file, around 6 times.prakashreddy.imduriParticipant1 month, 1 week ago in reply to: Wrong Count Showing for to be Indexed #35432any solution to prevent this, while creating new indexs using import/export json ?
prakashreddy.imduriParticipant1 month, 1 week ago in reply to: Wrong Count Showing for to be Indexed #35431yes, different name and label. Actually, the backend Settings tab for data and filter, gives timeout for us due to huge metadata, so I use the import/export json and change index and label name, and use it in test environments. I do this generally, created new indexes in the past, but this time faced this issue.
prakashreddy.imduriParticipant1 month, 1 week ago in reply to: Wrong Count Showing for to be Indexed #35428updating all posts modified date fixed the issue, not sure why solr didn’t considered the modified dates on a fresh index. It should have consider the total posts on fresh index.
prakashreddy.imduriParticipant1 month, 1 week ago in reply to: Wrong Count Showing for to be Indexed #35425no those are in stock, the orginal db we are using is showing correct count, this is just a clone of the same db, wordpress published count is fine, but solr showing wrong..
I checked the count its only 14k not 1.45L, missing out around 2.7L reports which should be shown as not indexed.- This reply was modified 1 month, 1 week ago by prakashreddy.imduri.
- This reply was modified 1 month, 1 week ago by prakashreddy.imduri.
prakashreddy.imduriParticipant1 month, 2 weeks ago in reply to: Index ACF Fields as Filter #35396Okay, I am using the repeater field, but having issues with the filter display, its not getting filtered based on the search results, the filter checkboxes remains same even if the returned search doesn’t have the data.