Forum Replies Created
-
AuthorPosts
-
Ernest Marcinko
KeymasterYou cannot access this content.
February 13, 2024 at 2:18 pm in reply to: Random Results doesn't work with Index Table on 4.26.3 #46914Ernest Marcinko
KeymasterThanks for the feedback. It’s luckily not PHP version related, it was a mistake for a different issue fix.
I have made a request for this already, depending on the timeframe, it will be fixed in 4.26.4 or 4.27, whichever comes first – within a month for sure. Currently this is the only open issue with 4.26.3 yet, I will wait 2 more weeks to see if anything else is getting reported for fixes.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterHi,
Thanks for the details, it helps a lot!
Post object fields are stored by reference, so they have to be indexed first. They are a bit tricky, but still searchable.
For that, make sure to configure the index table engine, generate the index and swtich the search to the on the search instance settings. With that, the post object field titles should be picked up and stored in the search database.
Ernest Marcinko
KeymasterYou cannot access this content.
February 12, 2024 at 5:01 pm in reply to: Elementor live filtering together with Elementor taxonomy filter #46904Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
Keymaster1. It should not be there, my guess there is an added/inherent margin triggering it somewhere. Can I take a look at this? I can probably suggest a modification to prevent it.
2. Yes, of course. The best way to do that is to use a HTML block container in your theme and use the search and the results shortcode separately wherever you need them.
February 12, 2024 at 2:01 pm in reply to: Random Results doesn't work with Index Table on 4.26.3 #46899Ernest Marcinko
KeymasterThank you Adam.
I have a possible suspicion, but I’m not sure. I still can’t replicate, I’m getting proper randomized results, but I may have a guess why.
Can you please open the:
wp-content/plugins/ajax-search-pro/includes/classes/Search/SearchPostTypes.php
file on your server via FTP or editor and replace it with this.This should enforce server side randomizing regardless the engine.
Ernest Marcinko
KeymasterHi,
If you want to search by the “name” custom field, then I suggest the search by custom fields feature, where you can select the individual custom fields to search by.
In case you need a filter (like a checkbox type layout), then creating a custom field filter is the way to go.
Ernest Marcinko
KeymasterHi,
The issue is, that in the site header there are very strong specificity CSS rules, which reset almost all colors to transparent within the content: https://i.imgur.com/f3fegYA.png
If you are using CSS minification or a pagespeed plugin, make sure to set the CSS minification to files, and not inline. Using inline styles will usually cause a lot of conflicts.
February 12, 2024 at 12:42 pm in reply to: Random Results doesn't work with Index Table on 4.26.3 #46895Ernest Marcinko
KeymasterHi,
I just tested but I’m getting random results every single time via the index table engine.
Can you please add temporary ftp and back-end access? I will have to test this directly to see what may trigger the problem.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterSure!
You can choose from the many themes here: https://i.imgur.com/yG7P49Z.png
Ernest Marcinko
KeymasterSurely, I recommend the tips from this documentaiton: https://documentation.ajaxsearchpro.com/performance-tuning/fine-tuning-the-search-configuration
Generally the search performance correlates with the overall back-end server performance if configured correclty. I strongly recommend the index table engine from that list, it can make a huge difference.
-
AuthorPosts