holisticremedysearch
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Search with Algolia] Searchable Posts vs Postsi put together a staging site with a fresh install, separate API key, created 3 posts manually and all showed up instantly in the index.
i then uploaded 225 records via an import tool to create more posts and algolia took them all, so there must be something custom that has changed its ability to index automatically. this environment has no custom fields, so that is a consideration.
average record size is 568bytes STG versus 1KB in PROD
Forum: Plugins
In reply to: [WP Search with Algolia] Searchable Posts vs Postsi don’t know where any logging is, all i know about are the PHP logs from wordpress
yeah, why i wanted to revert to the clean slate. i can install on staging clean with new everything and see what is different, i can’t keep up with customizations anymore outside of the ones listed on the functions.php.
everything else is just referencing {{data.XXX}}
- This reply was modified 6 months, 2 weeks ago by holisticremedysearch.
Forum: Plugins
In reply to: [WP Search with Algolia] Searchable Posts vs Postsright now we are at 153 and only 100 are showing up
Forum: Plugins
In reply to: [WP Search with Algolia] Searchable Posts vs Postshmm maybe I should reinstall the plugin fresh ?
Forum: Plugins
In reply to: [WP Search with Algolia] Searchable Posts vs Postsi don’t think any of that long content applies to me. There is no error, just no new posts in the index.
Forum: Plugins
In reply to: [WP Search with Algolia] Searchable Posts vs Postswhat do you mean split into smaller parts ? i don’t think anything i have is particularly long, not sure how to validate that anything is indeed long either. I just know everything after post 100 has just stopped indexing.
Forum: Plugins
In reply to: [WP Search with Algolia] Searchable Posts vs Postsi only have one page on my site (everything else is a post), so that is not the reason the counts are different. and i still have more posts in wordpress than in the index.
- This reply was modified 6 months, 3 weeks ago by holisticremedysearch.
Forum: Plugins
In reply to: [WP Search with Algolia] Searchable Posts vs Postswhat is a registration ? i only use posts. only one type should exist
Forum: Plugins
In reply to: [WP Search with Algolia] Searchable Posts vs Postssnippet is working, all that remains is why posts_post and searchable_posts have different counts
Forum: Plugins
In reply to: [WP Search with Algolia] Truncate Searchable Attribute in JS, HTML or PHPyup, fixed that. that’s all there is for this one
thanks so much for your help!
Forum: Plugins
In reply to: [WP Search with Algolia] Number of Posts In an Indexi’m pretty confident i havent hit any limit in my plan. i can review your other comments now, the one for truncation did work.
Forum: Plugins
In reply to: [WP Search with Algolia] Truncate Searchable Attribute in JS, HTML or PHPthat seemed to work! just seeing a weird encoding issue at the end but working through that now.
seems like its related to wp_trim_words so i can fix that
https://snipboard.io/1WbyUf.jpg
- This reply was modified 6 months, 3 weeks ago by holisticremedysearch.
- This reply was modified 6 months, 3 weeks ago by holisticremedysearch.
Forum: Plugins
In reply to: [WP Search with Algolia] Number of Posts In an Indexi removed a bunch of functions i got from you guys for various things and now i observed the following
- edits made to existing created new index and populated records (searchable_posts)
- my recent addition is now in my index (posts_post), this wasnt happening before
- Post Count still not matching but new posts are getting added to main index
- Re indexing removes recently added Post from posts_post index
- This reply was modified 6 months, 3 weeks ago by holisticremedysearch.
- This reply was modified 6 months, 3 weeks ago by holisticremedysearch.
Forum: Plugins
In reply to: [WP Search with Algolia] Truncate Searchable Attribute in JS, HTML or PHPthose dont seem to work, at the root of it, just trying to get data.overview to be assigned as a variable so i can string manipulate it in PHP or JS.
whenever i do that in autocomplete.php it doesnt read the {{{ part.
$overview = echo
data.overview
$overview =
data.overview
Forum: Plugins
In reply to: [WP Search with Algolia] Searchable Posts vs Poststhese are the functions i have now: https://snipboard.io/OHuKmv.jpg