The default language of any content posted is English. Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the
Help page. Found a dead link? Use the report button!
Information: Safety & Support
Resources here are generally safe, but false positives may occur on Virustotal due to certain coding techniques. Exercise caution and test before use. Consider buying licenses to support developers. Your security is our priority.
Grouping by Taxonomy Terms now applies to Media Files as well (#47)
Autocomplete is now triggered by the "Tab" key (#223)
Keyword highlighting now works on live loaded features (#215)
Improvements
Added an additional key to the index table "doc" column to make lookups faster (#56)
Added a warning message to the index table trigger by meta feature (#177)
Added aria label and role to the checkbox container of front-end filters (#224)
Fixes
Fixed an issue where the reset button did not properly reset the autocomplete input (#49)
Fixed an issue with auto-populate and quoted search queries, where quotes would cause a decoder failure (#213)
Fixed an issue with the add-to-cart handler in the new Advanced Content field, where in repeated queries the add-to-cart would execute multiple times (#214)
Fixed an issue with the taxonomy "Select all" checkboxes, where in some cases it applies to all taxonomy filters (#216)
Fixed an issue where on PHP 7.4 the analytics may not load properly due to a type coercion (#220)
Fixed an issue where the "asp_option_checked" class will not apply to the checked/unchecked checkbox parent option classes (#222)
Development has moved to PHP 8.4 to ensure compatibility (#185)
Added wp_cache_get() to some repetitive queries to greatly improve loading performances (#188)
Improved SEO for the "Load more results.." link (#181)
Fixes
Fixed capability checks from newer code recommendations (#210)
Fixed an issue with the index table, where on large datasets and not using relevance ordering the results would differ from the results page and the live results list (#198)
Fixed an issue where if the reset button was used along with either an input or range input filter, then hitting "Return" would trigger the reset due to the button being treated as a "submit" type (#203)
Fixed an issue with Elementor Loop grid and archive page filtering (#178)
Fixed an issue where the results page override would not trigger on Divi (#202)
Fixed an issue with user exclusion parameters (#180)
Fixed an issue with the autocomplete feature, where it would not clear properly (#183)
Fixed an issue with the keyword highlighter, where quote characters were not properly ignored and the highlighting was not executed (#204)
Fixed an issue where some data was not correctly wiped during plugin wipe (#209)
Added an OpenAPI compatible swagger.yaml file in the plugin root directory for REST endpoint (#123)
The plugin script output had been greatly optimized by exchanging the current build engine to esbuild. The overall package build script had been rebuilt to node.js and npm. (#133)
Improvements
Greatly improved Media File Search and fixed an issue where the context and images would not show up on PDF results (#136)
Fixed an issue where incorrectly set post limits would cause an issue on the back-end (#137)
Fixed an issue where post tag filters threw an error (#138)
Fixed an issue where the back-end options post type search was not working correctly (#135)
Added a new argument for the advanced title and content fields "separator", which is used in joining the values, when the custom field value is an array
Added an option for taxonomy term filters: Filtering by parent terms should also include the results from children? If a post from child category is not directly assigned to the parent category as well, this will force the filter to still apply if the parent category is selected.
Added support for Advanced Custom Fields Repeater/Theme Builder fields index and search
Fixes
Fixed an issue with the PDF thumbnail generator, where the thumbnail was not generated when the default image was selected.
PDF thumbnail generator now also checks for pre-generated thumbnails from WordPress, and use those if available and will also respect the selected image size
Fixed a conflict with WooCommerce ajax cart feature
Fixed an issue with the number range custom field filter - where redirecting to the results page with the empty filter range would end up with "0" values filled in with potential no results.