# Most Recent Changes

Ajax Search Pro changes and updates

### 4.29.1 - 2026-06-16 <a href="#id-4291---2026-06-16" id="id-4291---2026-06-16"></a>

This release builds on the 4.29.0 foundations. It overhauls Index Table exclusions, adds built-in numeric indexing and manually addable custom-field keys, makes the Priority Groups condition system far more flexible, and ships a batch of admin-panel and block-editor fixes — including Gutenberg block support for the WordPress 6.9 iframe editor.

#### New Features <a href="#new-features" id="new-features"></a>

* **Index Table — Exclusions overhaul** ([#343](https://github.com/wpdreams/ajax-search-pro-development/issues/343)):
  * All exclusion rules are now consolidated into a single **Exclusions** panel.
  * New **date-based exclusions** — skip content older than a given date, applied globally or separately per post type (e.g. don't index very old posts).
  * New **author** exclusions and manual **post-ID** exclusions (pick specific posts to leave out).
  * These join the existing taxonomy-term and custom-field exclusion rules.
* **Index Table — numeric data extraction** ([#44](https://github.com/wpdreams/ajax-search-pro-development/issues/44)) — a new option (on by default) that extracts numbers embedded in your content as separate searchable tokens, so a search for `1234` can match an indexed `SKU1234`. This is a built-in replacement for the previous `asp_indexing_keywords` filter snippet.
* **Index Table — manually addable custom-field keys** ([#164](https://github.com/wpdreams/ajax-search-pro-development/issues/164)) — the "Custom fields to index" selector is now a creatable select: type any meta key and choose **Add "key"**, even for keys that aren't yet present in `postmeta`. This covers ACF / Meta Box / Pods fields not yet saved on any post, and externally stored fields (e.g. Jet Engine custom meta storage) that never appear in `postmeta`.
* **Priorities — more flexible condition system** ([#340](https://github.com/wpdreams/ajax-search-pro-development/issues/340)):
  * A new **"+ Add condition"** gate lets a priority group target multiple search instances and multiple phrases (with matching logic), and gate the group on **taxonomy or custom-field filter values** taken from the live search query.
  * New **per-boost priorities** and an **Ordered Posts** boost for arranging promoted posts in an explicit order.

#### Fixes & Changes <a href="#fixes--changes" id="fixes--changes"></a>

* **Gutenberg blocks — WordPress 6.9 iframe editor**: both ASP blocks now register with block **API version 3**, clearing the "API version 1 is deprecated" notice and rendering correctly inside the iframe editor; the search preview also stays full-width in the editor ([#342](https://github.com/wpdreams/ajax-search-pro-development/issues/342)).
* **Index Table post-type selector** now lists custom post types registered with `show_in_rest => false`, which were previously missing from the selector and could never be added to the index from the UI ([#345](https://github.com/wpdreams/ajax-search-pro-development/issues/345)).
* **Priority Groups follow-up** — correctness and polish fixes surfaced by the redesigned conditions and boosts ([#344](https://github.com/wpdreams/ajax-search-pro-development/issues/344)):
  * Accurate migration of pre-4.29 priorities — including multisite networks — into groups with a single Ordered Posts boost.
  * Full custom-field operator support in both conditions and boosts: `LIKE`, `NOT LIKE`, `=`, `≠`, numeric comparisons, `BETWEEN`, and multi-value `IN` / `NOT IN` via a tags input.
  * Stable, fixed-width group editor modal and consistent dropdown styling.
* The Index **Overview history chart** now appears immediately instead of only after the first refresh.
* Refreshed the WordPress admin menu icon (a crisp vector magnifier) and moved the Ajax Search Pro menu to a tidier position in the admin sidebar.

### 4.29.0 - 2026-06-03 <a href="#id-4290---2026-06-01" id="id-4290---2026-06-01"></a>

This is a major release. It introduces the new **Search AI** — a suite of AI-powered tools that help you configure, diagnose and improve your search instances — and ships ground-up rebuilds of the **Index Table**, **Analytics**, and **Priorities** systems, a reworked **Synonyms** engine, several new suggestion sources, and a wide range of admin-panel, performance and stability improvements.

{% embed url="<https://youtu.be/MZzpdUs5sjg>" %}

#### New Features <a href="#new-features" id="new-features"></a>

* **AI Assistant** — a new, license-gated suite of AI-powered tools available from a dedicated admin menu, with its own usage-tracking tab and interaction log:
  * **Configuration Wizard** — guides you through setting up a search instance and applies a recommended configuration for you.
  * **Search Quality Report** — analyses a search instance and reports issues and actionable recommendations.
  * **Priorities Advisor** — reviews your priority rules and flags problems such as orphaned terms/posts, empty rules, misconfigured phrase logic and nameless groups.
  * **Synonym Discovery** — suggests synonyms based on your content to improve recall.
  * **Stopword Conflict Detector** — detects stopwords that conflict with your indexed content.
  * **Diagnostic Chat** — ask questions about your search setup and get guided answers.
  * **AI Keyword Suggestions** — an AI-powered autocomplete and keyword-suggestion source; AI-sourced phrases are flagged in the frontend with a sparkle badge.
* **Index Table — rebuilt** with a new management interface and engine:
  * New Overview panel with live indexing stats, a Stop button and restart support.
  * Index-size history chart with daily snapshots (recorded via REST, WP-CLI and WP-Cron) and a keyword-count series.
  * Cursor-based re-indexing for reliable processing of large sites.
  * New taxonomy-term exclusion rules and custom-field exclusion rules with AND/OR logic.
  * Re-index notification banner after settings that affect the index are saved.
  * In-panel WP-CLI tips; the "Post Types & Taxonomies" panel is now "Post Types & Filters".
* **Analytics — rebuilt** fully:
  * Configure multiple Google Analytics 4 events with a flexible `items[]` format and 8 event triggers (including "try this").
  * New `{search_id}` and `{search_name}` template variables for event values.
  * Legacy Google Analytics 3 (`window.ga`) support has been removed.
* **Priorities — overhauled**:
  * Individual Priorities have been merged into Priority Groups via a new post rule type.
  * Per-group enable/disable toggle with panel descriptions.
  * Multisite per-blog targeting for priority groups.
* **Index table keyword suggestions** — a new autocomplete and keyword-suggestion source backed by the search index. It surfaces the words closest to what the visitor typed, with typo and transposition correction, ranked by popularity ([#337](https://github.com/wpdreams/ajax-search-pro-development/issues/337))
* **User Searches block** — a new Gutenberg block displaying Popular or Latest visitor searches, replacing the removed Top/Last search widgets ([#318](https://github.com/wpdreams/ajax-search-pro-development/issues/318))
* **Synonyms — reworked**: expansion is now always bidirectional (the "synonyms as keywords" option has been removed), synonyms are expanded at query-time for taxonomy term searches, and the panel shows a stale-index warning after changes so you know when a re-index is needed ([#335](https://github.com/wpdreams/ajax-search-pro-development/issues/335))
* **Admin pages modernized**: the Compatibility (now absorbing the former Performance page), Maintenance, and Help & Updates pages were refactored to a React/REST architecture, with a "Reset to defaults" option on Compatibility. The legacy Export/Import submenu has been removed.
* **All Searches**: media panel reordering and bulk-delete support.
* **License activation gate**: admin pages now prompt for activation when the license is inactive, with clearer activation and validation error messages.

#### Fixes & Changes <a href="#fixes--changes" id="fixes--changes"></a>

* Optimized taxonomy filtering in search queries by replacing nested `IN`/`NOT IN` sub-queries with `EXISTS`/`NOT EXISTS`, preventing oversized queries that were being killed on some managed hosts ([#287](https://github.com/wpdreams/ajax-search-pro-development/issues/287))
* Fixed statistics-based keyword suggestions querying a dead legacy table; they now read from the active statistics table ([#326](https://github.com/wpdreams/ajax-search-pro-development/issues/326))
* Removed a dead code that made unneccessary db writes for legacy script data ([#339](https://github.com/wpdreams/ajax-search-pro-development/issues/339))
* Fixed possible fatal errors during plugin updates caused by a stale autoloader held in PHP memory ([#336](https://github.com/wpdreams/ajax-search-pro-development/issues/336))
* Fixed the Inter font not loading and the admin body font being incorrectly overridden ([#334](https://github.com/wpdreams/ajax-search-pro-development/issues/334))
* Upgraded the back-end color picker (spectrum) from v1.1.1 to v2.0.10, fixing a Safari white-swatch bug and transparent gradient handling.
* Prevented theme-bundled jscolor scripts from hijacking the admin color pickers and resetting values after save.
* Fixed a dbDelta error on activation by dropping stale duplicate synonym indexes.
* The indexing UI now stays alive across admin menu switches, and stops & refreshes correctly when settings are saved.
* Removed the performance-tracking feature; improved decoding of legacy encoded values during compatibility and post-type migrations.
* Statistics panel improvements: switched charts to an area-chart style and fixed checkbox contrast and sizing in light and dark modes.
* Admin UI polish: semantic button variants, refreshed stat-card tiles, and removal of unintended coloured accents.


# Ajax Search Pro 4.28

Full changelog archive for Ajax Search Pro 4.28

{% hint style="info" %}
Need help with updating Ajax Search Pro? Check out the [update guides](https://documentation.ajaxsearchpro.com/plugin-updates).
{% endhint %}

## 4.28.5 - 2026-05-12

This release focuses on optimizations, bundle size and bugfixes.

### Fixes & Changes

* Fixed a pagination issue with results redirection when "offset" and "paged" parameters are set simultaniously ([#328](https://github.com/wpdreams/ajax-search-pro-development/issues/328))
* Replaced icons on the back-end with lucide-react to greatly optimize the admin UI bundle sizes (-2MB overall) ([#330](https://github.com/wpdreams/ajax-search-pro-development/issues/330))
* Fixed Rest API URI when non-permalink structure is used ([#329](https://github.com/wpdreams/ajax-search-pro-development/issues/329))
* Fixed a very rare issue, where on some MySQL versions would not properly validate a subquery with COUNT() if the LIMIT is set to 1 ([#327](https://github.com/wpdreams/ajax-search-pro-development/issues/327))
* Some components were restructured in preparation of 4.29 AI integration

## 4.28.4 - 2026-04-15

This release focuses on polishing existing features, bugfixes and minor changes.

### New Features

* Added support for EPUB file contents to be indexed and searched via the index table and media service feature ([#323](https://github.com/wpdreams/ajax-search-pro-development/issues/323))
* Added a filter for statistics for suggested searches as well as an option to turn off their logging ([#320](https://github.com/wpdreams/ajax-search-pro-development/issues/320))

### Fixes & Changes

* Fixed a magnifier and return key trigger for specific configurations ([#321](https://github.com/wpdreams/ajax-search-pro-development/issues/321))
* Improved the cache and statistics menus ([#322](https://github.com/wpdreams/ajax-search-pro-development/issues/322))
* Fixed a live loader issue with Divi 5 loops ([#324](https://github.com/wpdreams/ajax-search-pro-development/issues/324))

## 4.28.3 - 2026-03-17

This release focuses on a full-scale cache system rework, with the introduction of "Super File" cache to enable instant search results.

{% embed url="<https://youtu.be/t2hKiIrfkB0>" %}

### New Features

* Completely reworked the search cache submenu, adding realtime statistics of cache hit/miss data as well as introducing the "Super File" cache, which is an instant version of the classic file cache feature. ([#316](https://github.com/wpdreams/ajax-search-pro-development/issues/316))
* Added [WP CLI control](https://knowledgebase.ajaxsearchpro.com/api/wp-cli-commands/search-cache-cli) for the cache ([#316](https://github.com/wpdreams/ajax-search-pro-development/issues/316))

### Changes

* Added row to the search statistics setting to export & delete legacy search statistics if they existed ([#315](https://github.com/wpdreams/ajax-search-pro-development/issues/315))

### Fixes

* Fixed an issue where a phrase would be recorded twice in the statistics when using WPML ([#313](https://github.com/wpdreams/ajax-search-pro-development/issues/313))
* Fixed an issue where the CLI updater would fail if the HTTP\_HOST server variable is not set ([#312](https://github.com/wpdreams/ajax-search-pro-development/issues/312))
* Fixed an issue where Divi 5 pagination would not work correctly when integratin with the query loop ([#314](https://github.com/wpdreams/ajax-search-pro-development/issues/314))
* Fixed an issue where Elementor loop grid would stay hidden after filtering if used with specific loading animations ([#317](https://github.com/wpdreams/ajax-search-pro-development/issues/317))

For all the issues resolved, check out the [4.28.3 milestone](https://github.com/wpdreams/ajax-search-pro-development/milestone/22?closed=1).

## 4.28.2 - 2026-02-16

This release is a small quickfix release for some minor issues, but as always, there is something new.

### New Features

* Added an option to transform all user input quote types to ASCII/Standard (Advanced Settings -> Keywords -> "Resolve all types of quotes to Standard/ASCII single and double quotes") ([#306](https://github.com/wpdreams/ajax-search-pro-development/issues/306))

### Changes

* Ampersand "&" characters in user input are now properly converted for non-indexed searches to match in WordPress posts, taxonomy terms and custom fields database ([#307](https://github.com/wpdreams/ajax-search-pro-development/issues/307))
* Slightly improved the image parser ([#310](https://github.com/wpdreams/ajax-search-pro-development/issues/310))

### Fixes

* Fixed an issue with multisite installation, when using the search statistics ([#308](https://github.com/wpdreams/ajax-search-pro-development/issues/308))
* Fixed a possible type coercion issue in the statistics interface ([#311](https://github.com/wpdreams/ajax-search-pro-development/issues/311))

For all the issues resolved, check out the [4.28.2 milestone](https://github.com/wpdreams/ajax-search-pro-development/milestone/21?closed=1).

## 4.28.1 - 2026-02-09

This release focuses on Index Table improvements and introduces the Ajax Search Pro CLI api.

{% embed url="<https://youtu.be/9PKldYeJE1A>" fullWidth="false" %}

{% embed url="<https://youtu.be/XQmrTlvQcTk>" %}

For the full list of issues resolved, check the [4.28.1 milestone](https://github.com/wpdreams/ajax-search-pro-development/milestone/19?closed=1) on the issue tracker.

### New Features

* Added CLI commands to control the index table [from the command line](https://knowledgebase.ajaxsearchpro.com/api/wp-cli-commands). ([#302](https://github.com/wpdreams/ajax-search-pro-development/issues/302))
* Added an option for the index table to be compressed, potentially saving \~50% disk space for larger databases ([#305](https://github.com/wpdreams/ajax-search-pro-development/issues/305))
* Added options to control the action of the "close" icon in the search input (clear, clear+reset, clear+reset+retrigger search) as well as if the results window should be closed when it's clicked ([#256](https://github.com/wpdreams/ajax-search-pro-development/issues/256))
* Added an option to remove irrelevant taxonomy filter values when the filter is used on archive pages ([#271](https://github.com/wpdreams/ajax-search-pro-development/issues/271))
* Added an option to control non-translated content visibility when using WPML ([#275](https://github.com/wpdreams/ajax-search-pro-development/issues/275))
* Added `terms_include` and `terms_exclude` arguments to the `{get_values}` custom field filter pseudo-code, so custom field values can be excluded or included by post categories. ([#295](https://github.com/wpdreams/ajax-search-pro-development/issues/295))
* Added an option to adjust the live search trigger delay ([#298](https://github.com/wpdreams/ajax-search-pro-development/issues/298))
* Added an option to separately set the minimum character count to trigger the live search as well as the redirection via magnifier or the return key actions ([#301](https://github.com/wpdreams/ajax-search-pro-development/issues/301))

### Improvements & Changes

* Added ver query argument to the optimized and asynchronous script loaders so cache plugins have a better chance of picking up file changes during version updates ([#300](https://github.com/wpdreams/ajax-search-pro-development/issues/300))
* The auto-update system was greatly improved, now it should allow the WordPress "Enable auto updates" feature properly ([#292](https://github.com/wpdreams/ajax-search-pro-development/issues/292))

### Fixes

* Fixed a rare issue where a if a search instance option data is corrupted, it should default instead of an error ([#297](https://github.com/wpdreams/ajax-search-pro-development/issues/297))
* Fixed an issue, where if a double quote character was used in the multiselect drop-down filter container, it would case a json parser error due to the incorrect encoding ([#291](https://github.com/wpdreams/ajax-search-pro-development/issues/291))
* Fixed a type coercion issue within the search statistics interaction handler ([#290](https://github.com/wpdreams/ajax-search-pro-development/issues/290))
* Fixed a possible Yoast SEO conflict ([#299](https://github.com/wpdreams/ajax-search-pro-development/issues/299))
* Fixed an issue with Elementor Posts and Product widget navigation when live loading is used along with query parameters ([#296](https://github.com/wpdreams/ajax-search-pro-development/issues/296))

## 4.28.0 - 2025-12-11

This release introduces a full scale Search Statistics refactor with in-depth search, results and interaction tracking UI.

Watch the [Ajax Search Pro 4.28.0 changelog video](https://www.youtube.com/watch?v=S6BjsBzTE_s) for all the details.

{% embed url="<https://www.youtube.com/watch?v=S6BjsBzTE_s>" %}
4.28.0 Changelog video
{% endembed %}

### New Features

* [Search Statistics](https://ajaxsearchpro.com/search-statistics/) refactored. It features in-depth search, results and interaction tracking. ([#264](https://github.com/wpdreams/ajax-search-pro-development/issues/264))
* Added a [Lightbox feature](https://ajaxsearchpro.com/lightbox-for-media-images/) for image media results. Images from the media library now can be opened in a lightbox [(#279](https://github.com/wpdreams/ajax-search-pro-development/issues/279))
* [Divi 5 Loops integration](https://ajaxsearchpro.com/divi-5-loop-builder-integration/) for live filtering ([#273](https://github.com/wpdreams/ajax-search-pro-development/issues/273))
* Divi [Query Builder addon](https://www.elegantthemes.com/marketplace/divi-query-builder/) integration for live filtering ([#267](https://github.com/wpdreams/ajax-search-pro-development/issues/267))
* Added an option to turn off results redirection on click ([#278](https://github.com/wpdreams/ajax-search-pro-development/issues/278))

### Improvements & changes

* Greatly improved Index Table matching for titles ([#262](https://github.com/wpdreams/ajax-search-pro-development/issues/262))
* PHP 8.5 compatibility fully tested ([#288)](https://github.com/wpdreams/ajax-search-pro-development/issues/288)
* The asp\_load\_css, asp\_load\_js, asp\_load\_css\_js hooks are deprecated, please use the more intuitive alternatives ([#280](https://github.com/wpdreams/ajax-search-pro-development/issues/280))
* Improved the Datepicker script automatic localization ([#281](https://github.com/wpdreams/ajax-search-pro-development/issues/281)) as well as the triggers ([#282](https://github.com/wpdreams/ajax-search-pro-development/issues/282))
* Changed the live search response body to full JSON instead of the current plaintext to better support automated translation scripts such as GTranslate ([#283](https://github.com/wpdreams/ajax-search-pro-development/issues/283))
* Improved script loading ([#266](https://github.com/wpdreams/ajax-search-pro-development/issues/266))

### Fixes

* Number range custom field filter validation fixed, it now only validates on Enter key or on focus loss ([#276](https://github.com/wpdreams/ajax-search-pro-development/issues/276))
* Fixed the scrolling for double/triple finger touchpad top-down and sideways swiping for the Horizontal results layout ([#284](https://github.com/wpdreams/ajax-search-pro-development/issues/284))
* Fixed an issue with the WooCommerce advanced field, where it would yield an error when non-WooCommerce product post types were used ([#261](https://github.com/wpdreams/ajax-search-pro-development/issues/261))
* Fixed an issue with the auto-updater, where an error object was returned instead of a transient ([#269](https://github.com/wpdreams/ajax-search-pro-development/issues/269))
* Fixed the number of results returned for empty phrases when using media search with the index table ([#258](https://github.com/wpdreams/ajax-search-pro-development/issues/258))
* Fixed an error with the query arguments ([#257](https://github.com/wpdreams/ajax-search-pro-development/issues/257))
* Fixed an issue with the index table engine, where the incorrect number of partial title matches were reported ([#286](https://github.com/wpdreams/ajax-search-pro-development/issues/286))
* Fixed an issue where if the typing of QueryLoopBlock is not returned as WP\_Block in the query vars hook, then a stdClass is accepted to avoid a type error ([#268](https://github.com/wpdreams/ajax-search-pro-development/issues/268))
* Fixed a post type grouping issue with the index table engine ([#272](https://github.com/wpdreams/ajax-search-pro-development/issues/272))


# Ajax Search Pro 4.27

All release logs for version 4.27

## 4.27.2 - 2025-07-25

This release focuses on expanding live search and filtering for Divi, Blocksy themes as well as for Bricks Query loop as well as integration with NextGen Gallery.

For the full changelog, check out the [4.27.1 milestone](https://github.com/wpdreams/ajax-search-pro-development/issues?q=is%3Aclosed+milestone%3A4.27.2) on the development repository.

{% embed url="<https://youtu.be/bdMdEx-cDHM>" %}

### New Features

* [Bricks Query Loop](https://youtu.be/e509gcN3vbU) module live search and filter ([#231](https://github.com/wpdreams/ajax-search-pro-development/issues/231))
* [Divi Extras Blog Module](https://youtu.be/X1pTWuqsdHg) live search and filter ([#232](https://github.com/wpdreams/ajax-search-pro-development/issues/232))
* [Blocksy Advanced Posts](https://youtu.be/5X4uPKPTvU4) live search and filter ([#246](https://github.com/wpdreams/ajax-search-pro-development/issues/246))
* [NextGen Gallery image search](https://youtu.be/19ibnhu6iqg) ([#239](https://github.com/wpdreams/ajax-search-pro-development/issues/239))
* New advanced field: WooCommerce Sale Badge ([#242](https://github.com/wpdreams/ajax-search-pro-development/issues/242))
* Media file search exclusion and inclusion by folders ([#237](https://github.com/wpdreams/ajax-search-pro-development/issues/237))

### Improvements

* Keyword highlighter now checks visibility and prioritizes scrolling to exact matches instead of the first match ([#244](https://github.com/wpdreams/ajax-search-pro-development/issues/244) & [#252](https://github.com/wpdreams/ajax-search-pro-development/issues/252))
* When using grouped results it is now possible to maintain the same order for the results page as it is within the live results list ([#240](https://github.com/wpdreams/ajax-search-pro-development/issues/240))
* Live search result title length is now adjustable ([#245](https://github.com/wpdreams/ajax-search-pro-development/issues/245))
* Greatly improved query cache for some custom field fitler types ([#235](https://github.com/wpdreams/ajax-search-pro-development/issues/235))
* Auto populate and empty searches now can trigger on indexed media file searches ([#254](https://github.com/wpdreams/ajax-search-pro-development/issues/254))
* Reduced minimum WordPress version requirement from 6.5 to 6.0 by adjusting the dependencies ([#229](https://github.com/wpdreams/ajax-search-pro-development/issues/229))

### Fixes

* Fixed option fetching via core apiFetch with a cache wrapper ([#233](https://github.com/wpdreams/ajax-search-pro-development/issues/233))
* Fixed Jet Listing Grid pagination and load more features when connected with Ajax Search Pro ([#226](https://github.com/wpdreams/ajax-search-pro-development/issues/226))
* Fixed presetting some of the search filters when triggered via a url ([#227](https://github.com/wpdreams/ajax-search-pro-development/issues/227))
* Fixed an issue with google analytics triggers ([#241](https://github.com/wpdreams/ajax-search-pro-development/issues/241))
* Fixed an issue with the initializer where path arguments were used for no reason ([#234](https://github.com/wpdreams/ajax-search-pro-development/issues/234))
* Fixed an issue with multiselect type filters, where the "required" check wouldn't fire properly ([#228](https://github.com/wpdreams/ajax-search-pro-development/issues/228))
* Fixed a minor PHP 8.0+ deprecation warning for the server side mobile detection ([#250](https://github.com/wpdreams/ajax-search-pro-development/issues/250))

## 4.27.1 - 2025-04-28

Even though this is a minor release, it follows up on the previous improvements in 4.27. Most noteable new features are the Block Editor Query Loop and the GeneratePress Query filtering support.

For the full changelog, check out the [4.27.1 milestone](https://github.com/wpdreams/ajax-search-pro-development/issues?q=is%3Aclosed+milestone%3A4.27.1) on the development repository.

{% embed url="<https://youtu.be/4WeM3a5pqMM>" %}
4.27.1 Ajax Search Pro Changelog
{% endembed %}

### New Features

* Filtering for [Block Editor Query Loop](https://youtu.be/ZApL7wOoWdM) is now supported ([#110](https://github.com/wpdreams/ajax-search-pro-development/issues/110))
* Similarly, filtering for the [GenerateBlocks Query](https://youtu.be/Wtd_Al4CeYE) is also supported ([#206](https://github.com/wpdreams/ajax-search-pro-development/issues/206))
* Grouping by Taxonomy Terms now applies to Media Files as well ([#47](https://github.com/wpdreams/ajax-search-pro-development/issues/47))
* Autocomplete is now triggered by the "Tab" key ([#223](https://github.com/wpdreams/ajax-search-pro-development/issues/223))
* Keyword highlighting now works on live loaded features ([#215](https://github.com/wpdreams/ajax-search-pro-development/issues/215))

### Improvements

* Added an additional key to the index table "doc" column to make lookups faster ([#56](https://github.com/wpdreams/ajax-search-pro-development/issues/56))
* Added a warning message to the index table trigger by meta feature ([#177](https://github.com/wpdreams/ajax-search-pro-development/issues/177))
* Added aria label and role to the checkbox container of front-end filters ([#224](https://github.com/wpdreams/ajax-search-pro-development/issues/224))

### Fixes

* Fixed an issue where the reset button did not properly reset the autocomplete input ([#49](https://github.com/wpdreams/ajax-search-pro-development/issues/49))
* Fixed an issue with auto-populate and quoted search queries, where quotes would cause a decoder failure ([#213](https://github.com/wpdreams/ajax-search-pro-development/issues/213))
* Fixed an issue with the add-to-cart handler in the new [Advanced Content field](https://documentation.ajaxsearchpro.com/advanced-options/advanced-title-and-description-fields), where in repeated queries the add-to-cart would execute multiple times ([#214](https://github.com/wpdreams/ajax-search-pro-development/issues/214))
* Fixed an issue with the taxonomy "Select all" checkboxes, where in some cases it applies to all taxonomy filters ([#216](https://github.com/wpdreams/ajax-search-pro-development/issues/216))
* Fixed an issue where on PHP 7.4 the analytics may not load properly due to a type coercion ([#220](https://github.com/wpdreams/ajax-search-pro-development/issues/220))
* Fixed an issue where the "asp\_option\_checked" class will not apply to the checked/unchecked checkbox parent option classes ([#222](https://github.com/wpdreams/ajax-search-pro-development/issues/222))
* Fixed advanced fields on indexed queries ([#221](https://github.com/wpdreams/ajax-search-pro-development/issues/221))

## 4.27.0 - 2025-03-19

This release is focused on greatly improving the [Advanced Title and Content fields](https://documentation.ajaxsearchpro.com/advanced-options/advanced-title-and-description-fields), which is an often overlooked feature because of it's complexity. With the new visual tag editor, it should be much more intuitive even for beginner users.

For the full changelog, check out the [4.27 milestone](https://github.com/wpdreams/ajax-search-pro-development/milestone/14?closed=1).

{% embed url="<https://youtu.be/sLnre0z5WkU>" %}

### New Features

* Added a visual tag editor for the Advanced Title and Description fields ([#201](https://github.com/wpdreams/ajax-search-pro-development/issues/201))
* Added support for Divi Blogs module Live filtering ([#212](https://github.com/wpdreams/ajax-search-pro-development/issues/212))
* Added an option for result group headers to be clickable links, leading to the group archive page ([#160](https://github.com/wpdreams/ajax-search-pro-development/issues/160))
* Added automated Singularization/Pluralization feature to the index table engine ([#61](https://github.com/wpdreams/ajax-search-pro-development/issues/61))

### Improvements

* Improved ACF relationship field indexing ([#208](https://github.com/wpdreams/ajax-search-pro-development/issues/208))
* Greatly improved predictive keyword suggestions ([#194](https://github.com/wpdreams/ajax-search-pro-development/issues/194))
* When the Lite version shortcode is used, then Pro will output the first existing search instance after the Lite version is deactivated ([#211](https://github.com/wpdreams/ajax-search-pro-development/issues/211))
* HTML results output is now filtered through wp\_kses\_post variation to greatly improve security ([#192](https://github.com/wpdreams/ajax-search-pro-development/issues/192))
* Added support for [Search Exclude](https://wordpress.org/plugins/search-exclude/) plugin ([#191](https://github.com/wpdreams/ajax-search-pro-development/issues/191))
* Development has moved to PHP 8.4 to ensure compatibility ([#185](https://github.com/wpdreams/ajax-search-pro-development/issues/185))
* Added wp\_cache\_get() to some repetitive queries to greatly improve loading performances ([#188](https://github.com/wpdreams/ajax-search-pro-development/issues/188))
* Improved SEO for the "Load more results.." link ([#181](https://github.com/wpdreams/ajax-search-pro-development/issues/181))

### Fixes

* Fixed capability checks from newer code recommendations ([#210](https://github.com/wpdreams/ajax-search-pro-development/issues/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](https://github.com/wpdreams/ajax-search-pro-development/issues/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](https://github.com/wpdreams/ajax-search-pro-development/issues/203))
* Fixed an issue with Elementor Loop grid and archive page filtering ([#178](https://github.com/wpdreams/ajax-search-pro-development/issues/178))
* Fixed an issue where the results page override would not trigger on Divi ([#202](https://github.com/wpdreams/ajax-search-pro-development/issues/202))
* Fixed an issue with user exclusion parameters ([#180](https://github.com/wpdreams/ajax-search-pro-development/issues/180))
* Fixed an issue with the autocomplete feature, where it would not clear properly ([#183](https://github.com/wpdreams/ajax-search-pro-development/issues/183))
* Fixed an issue with the keyword highlighter, where quote characters were not properly ignored and the highlighting was not executed ([#204](https://github.com/wpdreams/ajax-search-pro-development/issues/204))
* Fixed an issue where some data was not correctly wiped during plugin wipe ([#209](https://github.com/wpdreams/ajax-search-pro-development/issues/209))
* Fixed an issue with a query argument ([#200](https://github.com/wpdreams/ajax-search-pro-development/issues/200))
* Fixed the duplicated ID resolver script, where in some cases it was not working correctly ([#199](https://github.com/wpdreams/ajax-search-pro-development/issues/199))
* Fixed an issue with double quoted search phrases ([#193](https://github.com/wpdreams/ajax-search-pro-development/issues/193))
* Fixed an issue with the REST API where post type filters would affect the results incorrectly ([#184](https://github.com/wpdreams/ajax-search-pro-development/issues/184))


# Ajax Search Pro 4.26

All release logs for version 4.26

## 4.26.16 - 2024-10-23

{% embed url="<https://youtu.be/KS2e0LgLwko>" %}

### New Features

* [Elementor Loop Grid Support](https://documentation.ajaxsearchpro.com/elementor-integration/elementor-loop-grid-integration)
* [Jet Engine Listing Grid Support](https://documentation.ajaxsearchpro.com/other-integration/jet-engine-listing-grid-integration)

### Improvements

* Greatly improved Index Table transliteration ([#140](https://github.com/wpdreams/ajax-search-pro-development/issues/140))
* The preview window is now resizable and responsive ([#173](https://github.com/wpdreams/ajax-search-pro-development/issues/173))
* Cloudflare Rocket Loader is now fully supported ([#148](https://github.com/wpdreams/ajax-search-pro-development/issues/148))
* Improved archive page live loaders ([#157](https://github.com/wpdreams/ajax-search-pro-development/issues/157))

### Fixes

* Fixed some warnings when certain grouping options were enabled ([#152](https://github.com/wpdreams/ajax-search-pro-development/issues/152))
* Fixed an issue with ACF repeater indexing ([#154](https://github.com/wpdreams/ajax-search-pro-development/issues/154))
* Fixed an issue with with archive page live loaders ([#155](https://github.com/wpdreams/ajax-search-pro-development/issues/155))
* Fixed an issue where Cloudflare would block the save request for a false positive match ([#156](https://github.com/wpdreams/ajax-search-pro-development/issues/156))
* Fixed an issue with the Elementor widget infinite loading ([#158](https://github.com/wpdreams/ajax-search-pro-development/issues/158))
* Fixed an issue with an override attribute ([#159](https://github.com/wpdreams/ajax-search-pro-development/issues/159))
* Fixed an issue with Bricks builder, where the plugin was not rendering in live view ([#166](https://github.com/wpdreams/ajax-search-pro-development/issues/166))
* Fixed a conflict with Yoast SEO sitemap generator ([#169](https://github.com/wpdreams/ajax-search-pro-development/issues/169))
* Fixed a multisite search issue ([#149](https://github.com/wpdreams/ajax-search-pro-development/issues/149))
* Added support for GTranslate plugin so results are definitely translated ([#170](https://github.com/wpdreams/ajax-search-pro-development/issues/170))
* Fixed an issue with BuddyPress search ([#167](https://github.com/wpdreams/ajax-search-pro-development/issues/167))

## 4.26.15 - 2024-08-12

### Improvements

* Fixed an issue with WP Rocket integration ([#150](https://github.com/wpdreams/ajax-search-pro-development/issues/150)) - Special thanks to [alfonso100](https://github.com/alfonso100) and [joejoe04](https://github.com/joejoe04) from WP Rocket team for help

## 4.26.14 - 2024-08-05

### Improvements

* Fixed an issue where multiple search bars using isotopic results layout in a custom position would cause the second bar not to work correctly ([#147](https://github.com/wpdreams/ajax-search-pro-development/issues/147))
* Image lazy loading is now utilized from the browser loading="lazy" attribute instead of using a custom script ([#146](https://github.com/wpdreams/ajax-search-pro-development/issues/146))
* Fixed an issue where some cache plugin minifiers would not correctly recognize the output and minify incorrectly ([#143](https://github.com/wpdreams/ajax-search-pro-development/issues/143))
* Fixed a chmod mask and recursive directory creation issue during activation ([#142](https://github.com/wpdreams/ajax-search-pro-development/issues/142))

## 4.26.13 - 2024-07-31

### New Features

* Added an OpenAPI compatible `swagger.yaml` file in the plugin root directory for REST endpoint ([#123](https://github.com/wpdreams/ajax-search-pro-development/issues/123))
* The plugin script output had been greatly optimized by exchanging the current build engine to [esbuild](https://esbuild.github.io/). The overall package build script had been rebuilt to node.js and npm. ([#133](https://github.com/wpdreams/ajax-search-pro-development/issues/133))

### Improvements

* Greatly improved Media File Search and fixed an issue where the context and images would not show up on PDF results ([#136](https://github.com/wpdreams/ajax-search-pro-development/issues/136))
* Fixed an issue where incorrectly set post limits would cause an issue on the back-end ([#137](https://github.com/wpdreams/ajax-search-pro-development/issues/137))
* Fixed an issue where post tag filters threw an error ([#138](https://github.com/wpdreams/ajax-search-pro-development/issues/138))
* Fixed an issue where the back-end options post type search was not working correctly ([#135](https://github.com/wpdreams/ajax-search-pro-development/issues/135))
* Fixed an issue with exact matches ([#141](https://github.com/wpdreams/ajax-search-pro-development/issues/141))

## 4.26.12 - 2024-06-25

### New Features

* User search avatar images source size can be adjusted now ([#128](https://github.com/wpdreams/ajax-search-pro-development/issues/128))
* Predicted search results can be enabled for the search results page now ([#129](https://github.com/wpdreams/ajax-search-pro-development/issues/129))

### Improvements

* The [search query arguments](https://knowledgebase.ajaxsearchpro.com/hooks/filters/query-and-output/asp_query_args) is converted to a type safe object with array access for better type hinting for developers ([#124](https://github.com/wpdreams/ajax-search-pro-development/issues/124))
* Fixed an issue where incorrect column width would cause a crash ([#127](https://github.com/wpdreams/ajax-search-pro-development/issues/127))
* Added backticks to avoid possible conflicts with reserved keywords within the query ([#126](https://github.com/wpdreams/ajax-search-pro-development/issues/126))
* Fixed a dependency for the block editor scripts ([#119](https://github.com/wpdreams/ajax-search-pro-development/issues/119))
* Fixed an issue with custom templating path for multisites ([#122](https://github.com/wpdreams/ajax-search-pro-development/issues/122))
* Fixed an issue with the index table and the "EXACT AND" keyword logic ([issue 121](https://github.com/wpdreams/ajax-search-pro-development/issues/121))
* Fixed minor issue with the input form for some themes ([issue 77](https://github.com/wpdreams/ajax-search-pro-development/issues/77))
* Fixed an issue where the asp\_option\_checked CSS class was not added to the checked checkboxes for the post type filters ([#130](https://github.com/wpdreams/ajax-search-pro-development/issues/130))
* Fixed a notice which triggers when the search bar was previewed before saving the first time ([#131](https://github.com/wpdreams/ajax-search-pro-development/issues/131))

Build 5069

## 4.26.11 - 2024-05-28

### Improvements

* Fixed an issue with the newest IOS Safari and the custom field labels ([issue 114](https://github.com/wpdreams/ajax-search-pro-development/issues/114))
* Fixed an issue with the secondary custom field ordering, when used in combination with the primary custom field ordering ([issue 115](https://github.com/wpdreams/ajax-search-pro-development/issues/115))
* Fixed an issue with the wp-cache directory mask and creation ([issue 116](https://github.com/wpdreams/ajax-search-pro-development/issues/116))
* Updated the API endpoints and methods for the automatic update script ([issue 118](https://github.com/wpdreams/ajax-search-pro-development/issues/118))

## 4.26.10 - 2024.05.06

### Improvements

* Fixed an issue with the index table negative and stop-words ([issue 111](https://github.com/WPDreams/ajax-search-pro-development/issues/111))
* Added `asp_option_selected` CSS Class to parent label elements on Checkbox and Radio filters for better style targeting for developers ([issue 108](https://github.com/WPDreams/ajax-search-pro-development/issues/108))\
  ![](/files/VjEaozYC0dGkyEXgzCre)

## 4.26.9 - 2024.04.22

### Improvements

* WPML String Translation compatibility fixes ([issue 103](https://github.com/WPDreams/ajax-search-pro-development/issues/103))
* Index table negative keywords now exclude even partial matches to the keyword ([issue 107](https://github.com/WPDreams/ajax-search-pro-development/issues/107))
* Advanced Title and Content fields HTML tag improvement updated ([issue 104](https://github.com/WPDreams/ajax-search-pro-development/issues/104))
* Fixed an issue with the secondary ordering interface ([issue 105](https://github.com/WPDreams/ajax-search-pro-development/issues/105))
* Fixed an issue with the tag filters when using the radio button layout [(issue 106](https://github.com/WPDreams/ajax-search-pro-development/issues/103))
* Fixed an issue with the random ordering parameter ([issue 109](https://github.com/WPDreams/ajax-search-pro-development/issues/109))

All fixes and issues for 4.26.9 can be found [here](https://github.com/WPDreams/ajax-search-pro-development/issues?q=is%3Aissue+is%3Aclosed+milestone%3A4.26.9).

## 4.26.8 - 2024.04.09

### New Features

* Ordering results by Post Modified date asc/desc is possible ([issue 98](https://github.com/WPDreams/ajax-search-pro-development/issues/98))

### Improvements

* The index table custom field object indexing has been improved ([issue 99](https://github.com/WPDreams/ajax-search-pro-development/issues/99))
* The meta boxes compatibility option now affects the Classic Editor buttons - they are hidden for non-selected post types ([issue 96](https://github.com/WPDreams/ajax-search-pro-development/issues/96))

Fixes

* Fixed a potential [compaitibility problem](https://github.com/WPDreams/ajax-search-pro-development/issues/97) with Breakdance editor
* Fixed [an issue](https://github.com/WPDreams/ajax-search-pro-development/issues/101) with an option inconsistency
* Fixed [an issue](https://github.com/WPDreams/ajax-search-pro-development/issues/94) with the Advanced Title & Content fields HTML tag handler - now the tags should be correctly stripped
* Fixed [an issue](https://github.com/WPDreams/ajax-search-pro-development/issues/100) with the taxonomy term checkboxes - where the checkboxes does not get unchecked when they are hidden - regarless if this is enforced.

All issues regarding 4.26.8 [can be found here](https://github.com/WPDreams/ajax-search-pro-development/milestone/5?closed=1).

## 4.26.7 - 2024.03.19

### Improvements

* Advanced Title and Content fields now detect Post Type objects and Post Type object arrays automatically. When objects are detected the title is fetched by the ID field.
* Improved the asset loader with a common interface to make sure to avoid known issues with certain ajax requests

### Fixes

* Fixed some missing translations

## 4.26.6 - 2024.03.15

### New Features

* [Shortcode support](https://documentation.ajaxsearchpro.com/advanced-options/advanced-title-and-description-fields#using-shortcodes-in-advanced-title-or-content-fields) in Advanced Title and Description fields
* Search integration into the native menu system - now it is possible to use the search as a [native menu element](https://documentation.ajaxsearchpro.com/getting-started/search-as-menu-item)
* Added a new option to to enable/disable parent/child checkboxes to be automatically checked or unchecked in taxonomy term filters

### Fixes

* Fixed an issue where the search block was not present in the Full Site Editor

## 4.26.5 - 2024.03.04

### New Features

* Added a new argument for the [advanced title and content fields](https://documentation.ajaxsearchpro.com/advanced-options/advanced-title-and-description-fields#accepted-arguments) "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 field**s 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.

## 4.26.4 - 2024.02.14

### Fixes

* Fixed an bug with index table taxonomy and custom field search
* Fixed a bug where the random ordering was not applied in some cases

## 4.26.3 - 2024.02.08

Possibly final preparation/bugfix update before 4.27

### New Features

* Added a new query argument to [allow/disallow missing WPML translations](https://knowledgebase.ajaxsearchpro.com/hooks/filters/query-and-output/asp_query_args#allowing-missing-translations-in-results-when-using-wpml) when using the site language
* Post tag filters now allow 10 000 items in the filter box instead of the previous 400
* vtt (subtitle) files are now supported for the media search

### Fixes

* When using the WooCommerce {\_sale\_price} in [advanced title or content](https://documentation.ajaxsearchpro.com/advanced-options/advanced-title-and-description-fields), it will only appear if the item is on sale
* Fixed an issue with the post type and user meta field search logic
* Minor fixes is the internal file manager
* Fixed an issue in the CSS generator, where in a specific configuration some assets were not picked up
* Fixed an issue where the index table tokenizer looped and took too long to respond
* Fixed an issue with the archive page live filter
* Divi live pagination will work correctly for custom shop pages
* Fixed an issue where some elementor items were duplicated in the container
* Fixed a sorting issue with the media search
* Fixed an issue where the variation would not show up on the WooCommerce results page
* Fixed an accessibility issue with the Isotopic results navigation
* Fixed various PHP 8.3 deprecation warnings
* Added shortcode output minification, so when using the plugin shortcode in a Shortcode Block the line breaks added by WordPress autop() should be ommited
* Many other minor fixes

### Changes

* The advanced content fields now will respect the maximum content length (each field is trimmed to the set length)
* Slightly improved the media indexing search

## 4.26.2 - 2023.03.31

### Fixes

* Fixed a directory permission related error
* Fixed an issue with the ACF relationship filter parser to account for WPML languages
* Added a few security measures for back-end ajax handlers as well as some page forms ([CVE 2023-1420](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-1420) & [wpscan report](https://wpscan.com/vulnerability/a9a54ee5-2b80-4f55-894c-1047030eea7f))

## 4.26.1 - 2023.02.21

### Changes

* Added a few new [hooks for keyword suggestions](https://knowledgebase.ajaxsearchpro.com/hooks/filters/keyword-suggestions)

### Fixes

* Fixed an issue with the vertical results scrolling
* Fixed an issue with the title autocomplete
* Fixed an issue with the WooCommerce results page results count

## 4.26 - 2023.02.19

Check the version [4.26 blog post](https://ajaxsearchpro.com/blog/predictive-search-autocorrect-ajax-search-pro-for-wordpress-4-26/) for more details about the new features.

### New Features

* Predictive search [results suggestions](https://documentation.ajaxsearchpro.com/autocomplete-and-keyword-suggestions/keyword-suggestions)
* [Google Tag Manager](https://documentation.ajaxsearchpro.com/analytics-integration/tracking-with-google-tag-manager) (GTM, gtm.js) support for analytics integration
* [More results](https://documentation.ajaxsearchpro.com/layout-settings/more-results-link) feature now works with [grouped results](https://documentation.ajaxsearchpro.com/advanced-options/grouping-results)

### Changes

* More efficient nag notices removal from the plugin back-end section
* Vertical and Horizontal scrollbars are now displayed as overlay for a nicer output
* Changed the results groups output - each group has a separate DIV container with distinctible CSS classes for easier customizations
* Added a warning message for the index table settings to not close the browser tab when the indexing is active

### Fixes

* Fixed an issue with the date filters
* Fixed an issue with some shortcodes for the Index Table
* Most cache related files are now moved from asp\_upload to asp\_cache folder
* PDF results text preview length is now correct
* asp\_perse\_filters() memory related issue fixes
* Changed the magnifier button inner elements from DIV to SPAN (validation error fix)


# Ajax Search Pro 4.25

All release logs for version 4.25

## 4.25.1 - 2023.01.18

### Changes

* The search bar now renders in Gutenberg editor on the back-end under certain conditions
* Updated the sidebar on the back-end
* Update the font family on the back-end to Roboto and made a few visbility changes
* Reverted to a more robust json data parsing method for the frontend

### Fixes

* Fixed an issue with an array index for the index table cron jobs
* Changed the **asp\_comact** HTML attribute to **data-asp-compact** so it no longer triggers a HTML validation error
* Fixed a file cleanup method for the asset generator

## 4.25 - 2023.01.10

### New Features

* PDF results thumbnail generator with ImageMagick. Please check [`this knowledge base`](https://knowledgebase.ajaxsearchpro.com/miscellaneous/tutorials/pdf-results-thumbnails) for configuration.
* Support for ordering by ID for posts and user results
* Synonyms and Additional keywords now support multiple keyword phrases (separated by comma)

### Changes

* Changed the [get\_result\_field(..)](https://knowledgebase.ajaxsearchpro.com/other/theme-functions) theme function signature, now it allows adding the $post argument as second parameter
* Custom field filters - Now properly support ACF Relationship fields

### Fixes

* Fixed an issue with the index table search and The events calendar plugin
* Fixed an issue with the media file search, where the content field was not correctly fetched when the PDF contents were present
* Arabic diacritic recognition for index table engine has been improved
* Fixed an issue with the Elementor "load more results" feature


# Ajax Search Pro 4.24

All release logs for version 4.24

## 4.24.2 - 2022.12.10

### New Features

* Added an accessibility menu under the Advanced option to control some of the aria-labels, which were not possible to change until now

### Changes

* Keyword highlighter - now works for the search results page too
* Keyword highlighter - now instead of using local storage, the asp\_highlight query argument is used. This better determines where to use the highlighter, and can be used even globally.

### Fixes

* Delete button on the back-end fixed
* Added a missing aria-label to the search button
* Added an CSS unset for min and max height for the input fields
* Fixed an issue with the index table search, where in some cases the results vanished due to a query argument issue with WP\_Query
* Fixed an issu with the stylesheet loading by forcing the correct protocol

## 4.24.1 - 2022.11.25

### Changes

* Index Table: better taxonomy term indexing, short taxonomy term names are indexed as whole words as well for more accurate matches
* Moved the aggregated asset location to the *wp-content/cache/asp/* folder for better server compatibility
* Further script size and loading queue optimizations \~12% savings on default configuration

### Fixes

* Fixed an issue with the index table search and the generic filters

## 4.24 - 2022.11.19

Please check [this blog](https://ajaxsearchpro.com/blog/ajax-search-pro-4-24-update-features/) post for 4.24 feature showcase.

### New Features

* Custom field filters - "range inputs" filter type. Two numeric input fields for price etc.. *(see* [*documentation*](https://documentation.ajaxsearchpro.com/frontend-search-settings/custom-field-selectors#range-inputs)*)*
* Filtering of Post Type Archive pages is not supported
* Number format for advanced title/content fields, with arguments "type=number", "decimals=0", "decimal\_separator='.'", "thousand\_separator=',' *(see* [*documentation*](https://documentation.ajaxsearchpro.com/advanced-options/advanced-title-and-description-fields?q=advanc#number-formatting-for-numeric-custom-fields)*)*
* Hook for output font CSS: asp\_fonts\_css
* Custom Field Filters - Added "is\_post\_id" argument to the {get\_fields} feature, so that custom fields holding post IDs as values can now display the post title as the filter label. Useful with ex.: The Event Calendar Venues etc.. *(see* [*showcase*](https://ajaxsearchpro.com/blog/ajax-search-pro-4-24-update-features/#is_post_id)*)*
* "is\_post\_id" as adavnced title/field argument - custom fields holding post IDs as values can now display the post title as the filter label. Useful with ex.: The Event Calendar Venues etc.. *(see* [*documentation*](https://documentation.ajaxsearchpro.com/advanced-options/advanced-title-and-description-fields#post-id-reference-fields)*)*
* Auto-scroll: When clicking on a results and then the browser back button, then the plugin will automatically scroll back to the clicked result element
* Added 3 new themes Rounded Dark Blue, Rounded Light Blue and Rounded Lilac

### Fixes

* Removed the input\[type=submit] from the search form and changed the magnifier element to a button so it is better targetable with the tab key.
* Changed the checkbox "tick" elements from labels to divs for better SEO
* Fixed an issue where the plugin would appear "abandoned" in WordFence, when the update information is not available
* When using the Media Service for PDF indexing, the plugin now can display the description (from the PDF content) in the live results list. Keyword highlighter can will work with this text.
* Fixed an issue with ACF multiselect value indexing
* Fixed an issue with SG Optimizer - where the plugin CSS was not parsed by the CSS combine feature
* Fixed an issue with the search box alignment
* Corrected the search query order according to the actual results order set on the plugin back-end.
* Fixed an issue with the "try this" keywords - they no longer trigger the live search, when the trigger is turned off
* Fixed an issue where the results container was not initialized in time

### Changes

* OutputBuffer class - isolate OB from the CSS manager code, add hooks to allow access to ob output
* Improved asset loader - now the plugin auto-detects where the Fonts/Styles/Scripts should be added. This will save a lot of overhead on pages where the plugin shortcode is not present.
* Permanently removed the old legacy scripts - reducing the plugin size greatly
* Further improved script loading method
* Index Table - now indexes the post type singular and plural names (at title priority). Ex. the user types in "products" then items from the products post type are prioritized
* Advanced title and content fields - Made them bigger for convenient editing
* Removed some unused image assets
* WCAG Improvements - Checkbox filters "label" tag changed to "DIV" instad, so the WCAG readers don't get confused. Search form now also has a role=search added


# Ajax Search Pro 4.23

All release logs for version 4.23

## 4.23.3 - 2022.09.22

### Fixes

* Fixed an issue with the index table attachment search - where the post type search settings have affected the attachment search settings
* Fixed an issue with the search style when displayed in an Elementor pop-up. In case of style issues please check the [styling issues](https://documentation.ajaxsearchpro.com/troubleshooting/styling-issues) documentation for a solution

## 4.23.2 - 2022.09.19

### Changes

* Improved some string conversion methods

### Fixes

* Fixed a potential bug with the CSS loader
* Fixed an issue with the index table, when non-scalar ACF values triggered a warning during the index
* Corrected the compact box width calculation
* Corrected the compact layout container floating, when using the "absolute" position
* Corrected the changelog URL

## 4.23.1 - 2022.09.16

* Fixed some namespace related issues
* Fixed an issue which triggered an 500 error message when using Visual Composer (or WPBakery page builder)
* Fixed an issue with the Image Parser

## 4.23 - 2022.09.15

### New Features

* Better CSS style loading method selection - Optimal (Inline + File) | Everything File | Everything inline
* The live search filter now works on the WooCommerce shop page
* The live search filter now works on the Category, Tag and any other Taxonomy archive pages

### Changes

* Greatly improved the title keyword suggestions and autocomplete algorithm
* Removed the deprecated old scrollbar script
* Better search style loading - by default, the customized search styles are now printed as inline styles. This saves a lot of bandwith, when having multiple search instances. CSS/JS minify plugins are commonly used, and this method gives them better control over each page style.
* Changed the autocomplete field for a negative tabindex, so it is excluded from keyboard navigation
* Removed the Async CSS loader - it was not effective for proper pageview scores and CDN/Cache plugin providers have far superior solutions
* Reorganized Compatibility Panel
* For better compatibility, changed the javascript response delimiters to not include "!" characters
* The URL override faute now works with the Elementor live results as well - until now, the browser address URL always changed, now it does not, [until it is enabled](https://i.imgur.com/NdlmQaO.png)
* Self-hosted all the images - there was an issue reported with slow loading.
* "Show more results" text now supporting the {phrase} variable
* Major refactoring and reorganizing of the core server side code to meet higher PHP coding standards

### Fixes

* Horizontal layout - now correctly displays the result descriptions, whenever images are not available
* Fixed an issue with the japanese ideographic space character
* Improved the inline script loader for the search instances, so that cache plugins better recognize the difference of the ouptut by pages
* Fixed an issue with the BuddyPress xprofie field otpion


# Ajax Search Pro 4.22

All release logs for version 4.22

## 4.22.5 - 2022.08.13

### Changes

* The post type filter now allows a "select all/any" option for drop-down and radio values
* Compact box layout - can be separately enabled for each device type
* Improved the vertical scrollbar visibility

### Fixes

* Fixed an issue with the visual keyword highlighter
* Fixed an issue with the vertical navigation events not loading properly
* The advanced title and content fields are now registered to string translations
* Fixed an issue with the elementor products filter, when the initial pagination would not work correctly
* Index table - Improved the HTML parser
* Added some missing translations - Thank you Domi for pointing them out

## 4.22.4 - 2022.07.14

### Changes

* Index Table: Improved custom field tokenization process
* Synonyms - import from CSV files is now possible
* Improved the global event handler script
* The updates message now includes a link to the license activation page
* Scrollbar script disabled by default - using modern browser scrollbar styling instead
* Greatly improved the loading of the single font asset
* Removed some CSS overhead on default options

### Fixes

* Fixed an issue with the ajax mutation detector for the init script
* Fixed an issue with the REST API search results count
* Fixed an issue with the auto updater script
* Fixed an issue with the compact box closing script, when the search text was also visible
* Fixed an issue with the isotopic results URL recognition
* Fixed an issue with fixed layouts for the compact box layout

## 4.22.3 - 2022.07.01

### Changes and Fixes

* Init method - Using intersection observer for the init script instead of the more costly viewport check feature
* Hovering results and settings box positioning - fixed an issue, where the body margin was incorrectly subtracted from the position, when body transformation was not present
* Reduced the size of the inline scripts printed
* Fixed an issue where the suggested keywords did not trigger the search

## 4.22.2 - 2022.06.29

### New Features

* Now each search bar is only initialized when visible on the main window, to improve processing performance. This feature can be turned off [here](https://i.imgur.com/r6Ca4eB.png).

### Changes

* Massively improved the scripts initial execution time by about 70%. This is a major improvement for google pagespeed insights. Example [before](https://i.imgur.com/bX3lIii.png) and [after](https://i.imgur.com/dPaNqTk.png).
* Improved the browser pushstate (back and forward) button behavior
* Now every existing installation is switched to the new, more powerful non-legacy scripts. The legacy scripts are now deprecated, and will be removed in the next major release.

### Fixes

* Changed the main menu slug to asp\_main\_menu, as it was missing from a specific installation (maybe a conflict with another plugin?)
* Fixed a PHP 7 compatibility issue with the REST api
* Fixed a few Elementor filtering related issues
* Fixed an issue with the search bar width calculation
* [Results information box](https://documentation.ajaxsearchpro.com/layout-settings/results-information-box) - the pseudo-variables like {phrase} now can be used multiple times in the text.
* Fixed an issue with accented characters in the keyword highlighter feature, now accented and non-accented versions should be highlighted correctly

## 4.22.1 - 2022.06.07

### New Features

* Added an option to update the current URL in the address bar according to the filter states.&#x20;
* Added a basic [REST API](https://knowledgebase.ajaxsearchpro.com/other/rest-api) to access results in a JSON format ([usage](https://knowledgebase.ajaxsearchpro.com/other/rest-api))

### Fixes

* Fixed an issue with the index table HTML extractor
* Fixed an issue with the DOM manipulator script
* Fixed an index table issue, where the results page would be slower, due to incorrect processing of large result sets
* Fixed an issue with the attachment search with the regular engine
* The index table now properly indexes attachments when uploaded
* Fixed an issue with the results width for mobile and tablet devices
* PDF parser - fixed an issue with possible HTML tag recognition
* Fixed the font loader, now only loads them when needed
* Fixed an issue with ACF select filters, where the numeric field keys may not be correctly fetched
* Improved the conditional script loader
* Fixed an issue with the results auto scroll feature
* z-index issue fix for fixed search layouts
* Fixed an issue with the google analytics pageview tracker integration

### Changes

* The results information box text container is now a DIV instead of P tagh, because then some HTML is not supported in P tags
* Update the live results URL and do a push state for both Elementor and Results page live loaders

## 4.22 - 2022.03.10

### New Features

* [Media Service](https://documentation.ajaxsearchpro.com/index-table/media-parser-subscription-feature) - An external File Indexing service for the index table engine with a [Free subscription tier](https://ajaxsearchpro.com/media-service-subscription-addon/). The Media Service is an external feature to handle very accurate file content indexing for text type, PDF, Office Word, Office Excel and Office Powerpoint files.

### Fixes

* Removed an old deprecated IE compatibility code
* Fixed an issue with the taxonomy term filters, when the shortcode is used, and the filters are set to invisible
* Select2 (select and multiselect filters with search feature) script issue fix - Now allows empty values, when nothing is selected
* Index table shortcode parser improvements


# Ajax Search Pro 4.18 - 4.21

All release logs for version 4.18 - 4.21

## 4.21.12 - 2022.02.23

### Fixes

* Fixed an issue with the offset calculation, when the document body has transformation on it
* Added an argument for WP\_Query queries named "asp\_override" - when set to false, the WP\_Query will be explicity excluded from the search override

## 4.21.11 - 2022.02.21

### Improvements

* Added better support for ACF post\_object type fields for the frontend filters
* Preparations for a future version 4.22 feature - Media Service Subscription - an external document parser feature for the index table engine with a free subscription tear.

### Fixes

* Fixed an issue with the visibility detection on the new scripts
* Fixed an issue with automatic scrolling feature (to the results, when the search is finished)
* Fixed an offset calculation issue
* Fixed an issue with saving Divi builder posts when the plugin is active

## 4.21.10

### Changes

The media attachment mime type selection has been reworked to a much simpler option, with a fallback to enter the [mime types manually.](https://i.imgur.com/qFNviTs.png)

### Fixes

* Fixed an issue with the index table for some custom fields
* Fixed an issue with the legacy script and isotopic results
* Fixed an issue with the automatic hiding option
* Fixed the results page handler - now the post-process script only affects the currently viewed items, instead of all of them, improving the loading time greatly.
* Post dates filter - Latest/Earliest post dates not respect attachment dates as well Add an item

## 4.21.9

### Fixes

* Inline script loader - now tries to prevent reloading of inline scripts when the theme uses ajax loaders
* Removed the live Changelog/Knowledge Base/Support page links to save bandwidth as well as unneccessary requests
* Fixed a container width issue when using multiple search bars
* Fixed an issue with results ordering, when accented characters were present
* Better Tabless shortcode parsing
* Isotopic overlay effects changed to pure CSS animations
* Magnifier trigger live search - now respects the minimum character count
* Index table and generic filters fix
* Index Table - ACF custom field indexing improved for drop-down, checkbox, radio and other select type fields
* Increased the modifier by 100 for the "more results" feature to allow displaying 1000x more results from the original 10x (of the results limit)

## 4.21.8

### Fixes

* Fixed an issue with the image parser

## 4.21.7

### Fixes

* Fixed an script issue, where removing the animations would casue sometimes problems on some browsers
* Ordering - The ordering of the results (both live and results page) are now correct when using the primary and secondary logic
* Fixed a results live loader script issue
* Image parser - now gets the product parent image when the product variation has no image

## 4.21.6

### New Features

* Added an option to focus the search bar on initial page load

### Fixes

* Hidden filter labels now does not include the text
* Substring creation on live results - now the " ..." suffix is displayed correctly in all cases.
* Index Table - Hebrew un-vocalization is now applied when Hebrew text is detected
* Index Table - Fixed inline script and style removal from the indexing process, improving the indexing of contents from block editors (like Elementor, Oxygen builder etc..)
* Search order is now correct when using index table post type and attachment results
* Isotopic results - Now work correctly with top and bottom navigation present at the same time
* Custom field date filters - now shows correct value when used using a selected date

## 4.21.5 - 2021.11.10

### Fixes

* Index Table engine - correction for previous release for some special character exclusions
* Index Table engine - improved title matching mechanism

## 4.21.4 - 2021.11.05

### New features

* Custom field filters - {get\_values} now accepts "order", "exclude", "post\_type", and "post\_status" attributes - to only fetch existing values from given post types, and also allowing exceptions. Check [the documentation](https://documentation.ajaxsearchpro.com/frontend-search-settings/custom-field-selectors#dynamic-values) for more information.

### Fixes

* The get\_asp\_result\_field(..) function now returns the same exact title, description and link fields as in the live results list in every case
* Compact box layout - auto focus is now enabled when the search icon is clicked (can be turned off)
* Elementor - load more button and infinite scroll now works on Elementor Posts widget filters
* Browser back button - now the plugin tries to scroll back after displaying the results to the last clicked item.
* Fixed the load more feature for the non-legacy scripts
* Added a missing post tags logic
* Fixed an issue with BuddyPress content search on multisite environments
* Image parser - now handles array (of images) values from custom field sources
* The close (X) button click now triggers the input focus
* Statistics - now logging non-live queries correctly
* Index Table - Improvements in lower/upper case conversions of multibyte characters
* Index Table - Better junk removal in tokenization process
* Input autocomlete - now correctly scrolls when the input field is scrolling (long text input)
* Search override - now sets the post\_\_in argument in case the results being further filtered by other plugins on the results page
* Divi results page filter - now should properly trigger and work together with ajax search pro
* Safari browsers - Fixed a "bleeding" corner issue on the input, where a single pixel from the border radius was visible over the parent element
* Mobile Safari on IOS 15.1+ - Fixed an issue where a white "blob" is hovered over the input field
* Attachment search settings - wrong items shown when regular/index table selected
* Result container position issue fixed with the new scripts, when a % value was used in the results container width
* Excel and Smalot PHP parser libraries updated to support PHP 8+
* Improved Excel Table indexing

## 4.21.3 - 2021.09.16

### Fixes

* Now the image size argument applies to search results images from custom fields
* Now the search results and settings position is correct when contained in an element with transition properties

## 4.21.2 - 2021.09.14

### Fixes

* Polylang compatibility fix
* Index table attachment search issue fixed

## 4.21.1 - 2021.09.13

### &#x20;New Features

* Date filters - now possible to select the earliest and the latest post dates as the default filter values
* Ajax Pagination on Elementor widgets
* Browser back button - now works with Elementor results

### Fixes & Improvements

* Index table - fixed an issue with title indexing, where the post title was 0 characters long
* Fixed the auto populate with the legacy scripts
* "use strict" on all javascript files
* Eleminated all inline CSS and moved to a separate file instead
* Eleminated all jQUery direct handler calls and replaced with .on(..) and trigger(..) on the back-end scripts.
* Auto-populate duplicates (when using random order) + more results feature are no longer present
* Default search cache interval changed to 30 days instead of 1 day
* Fixed an issue with the slider and range sliders init script when used in a cloned pop-up
* Datepicker now correctly sets the value when clicked the back button on mobile safari browsers

## 4.21 - 2021.09.01

### Major New Features

* The plugin core scripts were completely reworked to work without jQuery dependency (YAY for maximum Google Pagespeed insight scores). Only the select2 and the datepicker scripts require jQuery. The legacy scripts will be maintained until *2022/Q1*. If you had the plugin installed previously, the legacy scripts are still remain in use. More information about switching can be found in the [javascript compatibility](https://documentation.ajaxsearchpro.com/compatibility-settings/javascript-compatibility) documentation.

### Fixes

* Keyword exceptions now properly work on multisite setups with index table search
* Improved post author name indexing (first, last, nickname and display names)
* Improved index table relevance on post titles containing apostrophe type characters
* Google Lighthouse optimizations - greatly optimized script loading method, vital CSS optimizations, and font loading optimizations
* Corrected the conditional asset loader
* Polylang issue fixes - now the results page should respect when the polylang compatibility is turned off
* Index Table - added option to update index when post meta is changed (OFF by default)
* Elementor - Magnifier & Return actions - Now redirect to first result with elementor
* Elementor - when hitting the "reset" button on clearing the search bar or the filters, it should reset back to the original state.
* Browser back button - now works without entering a phrase

### Changes

* Removed very old browser compatibility option, which was causing issues
* Many of the legacy scripts also reduced in size

## 4.20.8 - 2021.04.03

### Fixes

* PHP 8 Compatibility tests and fixes
* Term meta image parser corrected
* Fixed a potential security issue with the search import/export feature (CVE-2021-29654 by Synacktiv, Jérôme Mampianinazakason and Julien Egloff)

## 4.20.7 - 2021.03.23

### Fixes

* Custom field filters - checkbox values are now set correctly when redirected to the results page
* Keyword highlighter - now works with accented characters as well
* Importing from lite - updated to the latest version
* Fixed a possible XSS vulnerability
* Random results order now works with the index table engine
* Fixed an issue with elementor widget paginations
* Fixed an issue with Divi builder loading

## 4.20.6 - 2021.02.26

### Changes

* The swipe handler script has been changed to a much better one

### Fixes

* Mobile IOS issue fixes - isotopic results now working properly

## 4.20.5 - 2021.02.23

### New features

* Autocomplete - trigger after N characters option
* Mobile options - menu auto focus on opening (jQuery selector)
* Keyword highligher - now works with live results loader and elementor widgets
* Support for Excel 5 (.xls) documents for the index table parser

### Changes

* Mobile - Hiding the search settings is now possible on mobile screens without forcing the "hover" layout

### Fixes & Improvements

* Magnifier and Enter "do nothing" action when Elementor filter
* Regular engine - exact title relevance fixes for matches where the search phrase completely matches the title
* Index table engine - filtering with a certain configuration with an empty phrase now works correctly
* String translation management with polylang - now registers the all strings correctly via the ajax requests
* WPML link fixes - bypassing the faulty wpml\_permalink hook
* Auto updater - now uses a different method to fetch the updates, should work on more installations correctly
* Isotopic results - now correctly open on IOS devices
* Multisite - Matching post ID issues fixed

## 4.20.4 - 2021.01.27

### Fixes & Improvements

* Fixed an issue where isotopic results not redirecting correctly
* Improved the scroll feature for result page keyword highlighter
* Fixed an issue with the *aspFilter->add* method

## 4.20.3 - 2021.01.26

### Added

* Scroll to results feature -> an offset value (+/-) in pixels can be set
* Custom field string translations - now the custom field values can be also translated via WPML and Polylang string translations
* Single result page keyword highlighter -> an offset value (+/-) in pixels can be set
* asp\_result\_groups filter hook - to access grouped result items and group titles

### Fixes & Improvements

* wp\_localize\_script - some uses of that function replaced with an internal solution, to prevent cache plugin incompatibilities
* Custom field filters - automatic field storage type detection - to avoid issues, where fields are stored as serialized array, and the values may need to be surronded by quote. This mostly affects Checkbox & Select type filters with an exact matching field logic - these should work as expected now.
* Index table - exact title query now works correctly with all keyword logics
* Fixed any known possible jQuery.migrate deprication warnings
* More results feature - Redirecting to elementor results page now works correctly
* Results page -> correct URL for attachment results
* Index table optimization - removed unused columns, and changed some column sizes for much smaller ones
* Context finder function - fixed an issue when the minimum word length is below the first phrase word lenght, the function returned the incorrect (long) string
* Better backwards compatibility version detection feature
* Scroll to results - a brief viewport check before scrolling to the results was implemented
* Russian quotation marks for exact matches are now recognized: «»
* Result title CSS - changed the layout to block so the line-height attributes are no longer inherent
* Search and Reset button filter CSS fixes

## 4.20.2 - 2020.12.12

### Fixes

* Advanced title and content fields: maxlength attribute now works on {titlefield} and {descriptionfield} as well
* Category exclusion/inclusion options - Now double checks for removed taxonomies before saving
* Synonyms - Export now generates .json files instead of .txt for better compatibility
* Statistics dashboard now working correctly

## 4.20.1 - 2020.12.08

### Fixes

* Visual bug: a debug query was removed from the earlier release

## 4.20 - 2020.12.07

### Added

* Ordering - by menu order
* Individual Priorities - now work with attachment results
* Index table - JSON encoded custom field values are now better indexed (objects, arrays etc..)
* wp.hooks support in plugin script - allows using filter and action hooks for many javascript variables within the search script
* Option to exclude password protected posts (both regular and index table)
* asp\_query\_cpt, asp\_query\_indextable, asp\_query\_attachments, asp\_query\_users, asp\_query\_comments, asp\_query\_terms hooks to access the query text \[[documentation](broken://pages/-MN88kGenW4holWbFn2Y)]
* "maxlength" attribute for advanced title and content fields
* WordPress 5.6 compatible
* Exact matching - Full exact matching added (mathing a field exactly, from start to the end)

### Changed

* Index Table - Exact title matches have better relevance
* Preparation code for 5.0 update

### Fixed

* Custom field filters - {get\_values checked} pseudo now works with dropdown and radio filters as well
* Image parsing on multisite - now automatically tries to fetch the images from across blogs on the results page
* Styling issues on index table panel fixed

## 4.19.4 - 2020.09.19

### Added

* [asp\_load\_js](broken://pages/-MHaZkbKCQORHZrMbKB-) & [asp\_load\_css](broken://pages/-MHaZTbwAk_yvUy9PaJu) hooks - allows turning off the JS and CSS asset loading programatically
* Horizontal results - scrollbar can be disabled

### Fixed

* Reset button now properly resets the input field
* Oxygen builder compatibility - now the plugin detects the page builder editor, and when it's active, the plugin scripts are not loaded to preserve performance.
* Polylang - Now the search redirection URL is correct, when the homepage URL is set to a static page

## 4.19.3 - 2020.09.02

### Changed

* The search will scroll to the first "This field is required" section when it is not visible on the screen.

### Fixed

* Reset button now correctly sets the default state of the checkbox filters (previously unchecked)
* Statistics database keyword suggestions - now the correct number of suggestions are returned

## 4.19.2 - 2020.08.30

### Fixed

* Elementor live search - Now can be logged as a pageview in the google analytics tracker.
* Fixed an Issue with the statistics dashboard
* Removes \[embed] shortcodes and embed Gutenberg blocks from live results content
* Custom field filter - {get\_values checked} pseudo code working properly now
* Custom field filter - drop-down filters AND logic now works if the values are stored in separate fields with the same field name
* Updater - The "View info" and the "Changelog" links working now

## 4.19.1 (quickfix) - 2020.08.03

### Fixed

* Duplication check and fix script now working correctly
* Description missing from grouped results issue fix

## 4.19 - 2020-08.03

### Added

* Option to display taxonomy term result descriptions Layout -> Results layout >> Results fields
* Highlight search keyword on the result pageafter clicking on the result

### Changed

* Layout -> Results layout >> Results fieldsAdded separate fieldset for CPT, Terms, Attachment and User results
* Advanced Title and Content fields -> Now all versions moved to the advanced options panel
* Custom User resutls URLSuports nicknames as well
* aspFilter->add method now supports adding a filter value to a specific position

### Fixed

* Results page Live loader issue fixes
* Fixed issues with the singleton class structures: <https://wordpress.org/support/topic/feature-requests-177/#post-13145770>
* asp\_show\_more\_url hook now applies on mobile as well
* Elementor sticky menu issues fixed
* WordPress 5.5 Compatibility tests
* Security fix: Potential XSS issue fixed on the back-end
* Security fix: Potential frontend SQL injection fixed

## 4.18.7 - 2020-06.23

### Added

* Options to [include posts/pages/CPT by ID](https://documentation.ajaxsearchpro.com/advanced-options/excluding-and-including-results/include-by-id)

### Fixes

* WPML permalinks - now forced to get the correct one in very rare cases
* JS - elementor live filter applies jetpackLazyImagesModule() to fix JetPack lazy loaded images

## 4.18.6 - 2020.06.19

### Changes

* Autocomplete and keyword suggestion improvements when using post titles and taxonomy terms
* Image Parser - Now tries to fetch from more image attributes, as well as div elements with thumbnail and other attributes

### Fixes

* Polylang String Translations fixed
* Hidden search box & Elementor filter conflict fixed, the results box no longer appears
* Elementor product filter (displaying product categories) - now correctly only displays products and nothing else
* Search statistics trigger & Elementor live search are working correctly now
* Conditional CSS loader - Singular post types are now correctly excluded/included
* Autocomplete fix, when response body is bloated with emtpy lines


# Initial Changelogs

Ajax Search Pro for WordPress changelog (version log)

## Older Version Logs

| Date & Version                                | Log                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| --------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 2020.05.11 – 4.18.5                           | <p>Fixes</p><ul><li>Elementor filters – Initialization method changed, because it caused issues with some other Elementor modules.</li><li>\_price\_html pseudo variable now working correctly on WPML and custom currency enabled</li><li>Import from lite – Importing colors and and typography fixes</li><li>User meta support in advanced title and content fields (\_\_um\_field)</li><li>Improved PDF content indexing method</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2020.04.23 – 4.18.4                           | <p>Fixes</p><ul><li>Search instance names now support unicode an other languages (persian, chinese etc..)</li><li>Fixed an issue with the browser back (pop-state) button, and the search triggers</li><li>Grouping results: Now the “other” group does not display, when it is empty</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2020.03.31 – 4.18.3                           | <p>Changes</p><ul><li>Switch for taxonomy term filters to exclude terms, which have no posts assigned to them (empty terms)</li></ul><p>Fixes</p><ul><li>Select2 implementation – fixes with compact box layout, masonry layout and max-height added to the drop-down</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2020.03.26 – 4.18.2                           | <p>Changes</p><ul><li>Chosen script changed to select2, a more up-to-date solution</li><li>WordPress 5.4 Compatibility test</li></ul><p>Fixes</p><ul><li>Multiple jQuery version detection on the wrapper script</li><li>Cache options – Now the cache clear button works correctly</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2020.03.15 – 4.18.1                           | <p>Changes</p><ul><li>Index table – now periodically perfrorms a table defragmentation and optimization trigger during the indexing, for better performance</li><li>Matintenance – Index table defragmentation and optimization can be manually triggered there</li><li>Index table – Separated the index and statistics queries for major performance improvements during indexing process</li></ul><p>Fixes</p><ul><li>Settings box no longer closes on mobile devices unexpectedly when using range slider</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2020.03.05 – 4.18                             | <p>New Features</p><ul><li><a href="https://documentation.ajaxsearchpro.com/analytics-integration">Analytics rework</a> – Event tracking and pageview trackign with gtag and universal analitics tracking codes</li><li>Elementor Pro <a href="https://documentation.ajaxsearchpro.com/elementor-integration/elementor-pro-posts-widget-live-filter">Posts Widget live filter</a></li><li>Elementor Pro <a href="https://documentation.ajaxsearchpro.com/elementor-integration/custom-results-page-with-elementor-pro">Posts Widget as custom results page</a></li><li>Elementor Pro <a href="https://documentation.ajaxsearchpro.com/elementor-integration/elementor-pro-product-widget-live-filter">Products Widget filter</a></li><li>Elementor Pro <a href="https://documentation.ajaxsearchpro.com/elementor-integration/custom-results-page-with-elementor-pro">Products Widget as custom results page</a></li></ul><p>Changes</p><ul><li>Documentation links now appear on the back-end, when hovering over fieldsets – to find the related documentations for each tab easier.</li></ul><p>Fixes</p><ul><li>Override issue – Content Type filter is not correctly used</li><li>Filters API – Changing values in filters is now possible via loops as well</li><li>Vertical results navigation now correctly jumps 1 item instead of 2</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2020.02.05 – 4.17.6                           | <p>Fixes</p><ul><li>Auto CSS minification – fixed an issue where some media query strings does not get minified correctly</li><li>Enter key actions – Now the “do nothing” action works correctly</li><li>Internet Explorer (<=11) - Clicking the "X" or the input field on auto-populated results does not re-populate them anymore</li><li>PeepSo – Searching ungrouped posts/comments now works correctly</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2020.01.24 – 4.17.5                           | <p>Fixes</p><ul><li>CSS minification fixes</li><li>Added a bypass for gif result images</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2020.01.23 – 4.17.4                           | <p>Fixes</p><ul><li>Fixed an issue with the Chosen script not properly loaded on the front-end in 4.17.3</li><li>The back-end preview window now correctly displays the drop-downs</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2020.01.22 – 4.17.3                           | <p>New features</p><ul><li>Vertical results columns – Now it is possible to change the number of columns of the results container, as well as the minimum column width</li><li>Required filter fields (taxonomy, custom fields, date, content type) – Fields within the filter can be set to ‘required’ (drop-down, radio, text, date), display a custom text pop-up and does not trigger the search until user interaction</li><li>Animated gif results images – now only show the first frame in content, and animates on mouse hover</li></ul><p>Changes</p><ul><li>Search box top/bottom margin – now possible to adjust individually, old margin option moved to the input field options. New margin under Layout Options -> Search box layout panel.</li><li>Smaller overall stylesheet files and smart JS loader – CSS rules and JS files re now loaded based on the search configuration – saving up to 60% of bandwidth in some cases.</li><li>Compatibility Options – Some CSS and JS loading options removed, due to the implementation of automatic asset detection</li><li>Peepso Activity search – now supports non group activities</li></ul><p>Fixes</p><ul><li>Smoother animations – the plugin will try to animate only items visible on the viewport</li><li>Smarter Infinite scroll – now correctly works on horizontal results as well</li><li>Results and settings shortcode – Now does not display multiple results/settings boxes, if the same search instance is multiple times on the page</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2019.12.22 – 4.17.2                           | <p>New features</p><ul><li>Custom Field Filters – Not Like and Not Exactly Like operators added</li><li>Grouping results – Re-ordering the groups by the most relevant results is now possible</li></ul><p>Changes</p><ul><li>Results box vertical layout – max height can be set for each device individually</li><li>Index Table – More intelligent load balacning for the indexing process</li></ul><p>Fixed</p><ul><li>Search override – Now correctly works with APS Store plugin search</li><li>Scrollbar – Fixed an initialization issue with the settings checkbox scroll</li><li>Ordering on the results page – now support more query variables</li><li>Compact box – Fixed an issue, when redirection is set for the magnifier icon, and the closing is disabled, it automatically redirected to the results page without opening</li><li>Content type filters – Choose all/none now working correctly</li><li>Reset button – Now correctly hides the parent->child categories when set</li><li>Better WP\_Filesystem handling and fallback</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2019.11.22 – 4.17.1                           | <p>Fixes</p><ul><li>Scrollbar – Updated to the latest version & fixed a scoping issue, where multiple releases present of the same scrollbar script would cause a problem</li><li>Back-end styling – WP 5.3 introduced new styling for inputs, now correctly displayed on the plugin back-end</li><li>Ajax Content Type issue – Fixed an issue, where the HTML content type returned was automatically wrapped by some servers with tags, that caused an incorrect output.</li><li>Search in post IDs – Now correctly working with index table engine</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2019.11.04 – 4.17                             | <p>New features</p><ul><li>Taxonomy filters – On Parent->Child checkbox structures, the now child elements can be set to hidden, when the parent is unchecked</li><li>Negative keywords meta box – Adding negative keywords to posts when using the index table engine.</li><li>Advanced title and content fields – Now support PODS custom table fields. To get a PODs field, use the field name should be prefixed with pods, such as \_pods\_field\_name</li><li>Image Parser – Set the number of the image to get from the content, as well as exclude file names</li><li>Image Options – Added a field for taxonomy term images (custom meta field), as well as a default user results image</li><li>asp\_theme\_search\_form filter detection – Theme developers can now add their search forms via this filter, to support automatic search bar replacement.</li></ul><p>Changes</p><ul><li>Removed unused filters like ‘asp\_result\_title\_after\_prostproc’ and similar</li><li>Simplebar – replacement of deprecated mcustomscrollbar</li><li>Redirection to results page – The get method now does not encrypt the variables</li></ul><p>Fixes</p><ul><li>APPLE Mobile – “Search” button not redirecting</li><li>Multisite – Access for multisite blogs within the list is now restricted according to the user level</li><li>Importing from Lite version – now supports all the latest Lite version options</li><li>Analytics is now correctly triggered only when the search is finished</li><li>Replicate – More results not working automatically on IOS devices</li><li>Compact box and mobile device width calculation fixed</li><li>Generic filters – warning for index table usage now corrected</li><li>Re-initialize – Add click triggers for “#menu-item-search”, “.fa-search” and other selectors</li><li>Security scanner false-positive fixes</li><li>Input field styles corrected – width and margins</li><li>Change admin\_print\_styles to admin\_enqueue\_scripts</li><li>.tooltip conflicting style moved</li><li>Custom field filters: Hidden filter type now working</li><li>Custom field filters: Multiple (array of) values via the “::” syntax now works for text and hidden fields as well.</li><li>Back-end styling no longer enqueued when the meta box is disabled</li><li>Post type filters – Multiselect placeholder now changing correctly</li><li>Removed unused files: validator.min.css</li><li>Autocomplete showing private post titles to public</li><li>Possible security vulnerabilities patched</li><li>Force hover results on mobile – now works correctly, when the results shortcode is used, or using the block layout</li><li>Better custom search URL handling and error correction</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2019.06.27 – 4.16.2                           | <p>Fixed</p><ul><li>Custom field filters – {get\_values} shorthand and the empty ‘select all’ option now working properly</li><li>Meta boxes – Now properly save on Attachment editor screens</li><li>Search override – GET and POST method now correctly work</li><li>WooCommerce & Polylang – Product variations are now shown in the correct language</li><li>Index Table – The CPT languages are correctly parsed</li><li>Datepicker UI – Time zone differences are now correctly calculated when selecting the date</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2019.06.24 – 4.16.1                           | <p>Fixed</p><ul><li>Reset button – Now correctly resets the slider items</li><li>Custom field filter – drop-down option group fixed</li><li>Custom field filter – labels fixed</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2019.06.20 – 4.16                             | <p>Added</p><ul><li><a href="https://documentation.ajaxsearchpro.com/plugin-api/front-end-filters-api">Filters API</a> – adding, removing and modifying front-end filters via code is now possible</li><li>JS API – Functions to check if the filters have been changed, and if the filters state is initial</li><li>PHP API – filters\_changed, filters\_initial query arguments added, to check if the search arguments have been changed on the front end</li></ul><p>Changes</p><ul><li>Reset button – now allows closing the results when clicked</li><li>WP 5.2 compatibility checked</li></ul><p>Fixed</p><ul><li>Reset button – correctly resets after redirection</li><li>Multisite – Fixed a performance related issue, when using the get\_site\_option and update\_site\_option functions</li><li>NoUI slider – Hidden dragger fixed due to incorrect transformation CSS property</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2019.04.30 – 4.15.2                           | <p>Added</p><ul><li>“date\_format” – field parameter for advanced title and content fields, to specify a custom date format. More details <a href="https://documentation.ajaxsearchpro.com/advanced-options/advanced-title-and-description-fields#date-formatting-and-date-custom-fields">in the documentation</a>.</li><li>From/To custom field date filters – added inclusive options as well, so that the selected date can be included</li><li>Datepicker fields – allowing empty value as default, as well as adjustable placeholder text</li></ul><p>Fixed</p><ul><li>Fixed an Elementor override bug – when a search phrase was not defined, the Elementor search archive was not working correctly</li><li>Themeco X Pro builder – shortcode contents are now correctly indexed</li><li>“Chosen” drop-down filter z-index fixes</li><li>Renaming search instances now works correctly</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2019.04.16 – 4.15.1                           | <p>Added</p><ul><li>Grouping can be set by title, instead of the default ID</li></ul><p>Changed</p><ul><li>Taxonomy Term search – Added an option to control search in term titles</li><li>Advanced Title/Content fields – ‘\_price\_html’ field with WooCommerce will display the price requested as HTML, including the sale and original price if available.</li><li>Product variation titles in results -> now using the get\_the\_title() method instead of the previous bypass. WooCommerce apparently corrected this.</li></ul><p>Fixed</p><ul><li>Custom field filters – brackets within names of custom fields are now accepted</li><li>Custom URL for user results now works correctly</li><li>Back-end file uploader – now attaches to the correct inputs</li><li>Corrected the input trigger methods, now the search properly cancels/continues where required</li><li>Reset button – now correctly resets checkbox filters, where all the checkboxes are unchecked by default</li><li>WooCommerce – Exclude hidden catalog and search product\_variations now working correctly</li><li>Polylang – The plugin now returns taxonomy terms from the correct language</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2019.03.13 – 4.15                             | <p>Added</p><ul><li><a href="https://documentation.ajaxsearchpro.com/getting-started/importing-from-the-lite-version">Importing search from the Lite</a> version</li><li>Results box width, margin and snap – floating results box can snap to the left, right or center of the search bar, as well as can have a custom width and margins.</li><li>Primary and Secondary ordering fields for user results (including custom fields)</li></ul><p>Changed</p><ul><li>Percentage values for isotopic item height is now allowed (it’s relative to the container width, not the container height)</li><li>Custom Field Drop-down filters – now support <a href="https://documentation.ajaxsearchpro.com/frontend-search-settings/custom-field-selectors#option-groups-drop-down-and-multiselect-only">adding option groups within the drop-down</a> via a simple syntax: ‘This is a group’</li><li>Custom Field Drop-down filters – now support <a href="https://documentation.ajaxsearchpro.com/frontend-search-settings/custom-field-selectors#multiple-values-within-a-single-option">multiple values within one option</a>, using the ‘::’ delimiter: ‘value1::value2::value3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |                                                                                                                                                                                                                                                                       | Option name’</li><li>Synonyms: Added an option to allow <a href="https://documentation.ajaxsearchpro.com/index-table/synonyms#synonyms-as-keywords-option">using the synonyms as keywords</a> as well. In case of keyword => (synonym1, synonym2 ..) the words synonym1 and synonym2 .. act as keywords and are synonyms to each other.</li><li>Search override: Visiting the search results page via URL will automatically trigger the override feature with the default filter values, for the selected search instance</li><li>Compact final width – now supports separate tablet and mobile device widths</li><li>Custom icons (magnifier, loading etc..) – color/selection options disabled when active</li></ul><p>Fixed</p><ul><li>Accessibility: Search option labels now contain the label text (invisible) to comply with Wave checking tool (previous release had a CSS implemented to prepare this change)</li><li>IOS/Touch devices – clicking on the ‘More results’ button now does not close the results momentarily</li><li>CF/Taxonomy searchable drop-down filter – does no longer trigger the search when entering the search phrase</li><li>Keyword suggestions – Title/Tag/Tax suggestions now properly respect the passed options</li><li>Back-end: Changed the #preview selector to something more specific, to prevent conflicts with some other plugins</li><li>Attachment page URL forced correctly, when chosen</li><li>Vertical results: Hitting up/down keys, no longer prevent the screen scrolling, when the results scrollbar is not visible</li><li>Fixed an array declaration issue in the helpers file, that causes problems with some PHP versions/directives (from \[] to array())</li><li>Custom uploaded loading icons now work properly</li><li>Custom field filters – empty custom field values are now properly checked</li></ul> |
| 2019.01.16 – 4.14.6                           | <p>Fixes</p><ul><li>Tablet item height for isotopic results is now correctly passed</li><li>Redirection to first results on enter key and magnifier events corrected</li><li>Duplication of search instances is now working again</li><li>Autocomplete & Suggestions – Post categories are now possible to use as source</li><li>User results – HTML properly stripped and removed, and description context enabled</li><li>Post Type Filters – correctly memorized when redirecting to the results page</li><li>Minor Typo fixes</li><li>Language files updated</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2019.01.08 – 4.14.5                           | <p>Added</p><ul><li>Separate Mobile, Tablet and Desktop search box width, and isotopic result width/height options</li><li><a href="https://documentation.ajaxsearchpro.com/layout-settings/results-information-box">Results information box</a> – it is now possible to display the phrase entered and the number of results found on top of the results list</li><li><a href="https://documentation.ajaxsearchpro.com/plugin-api/theme-functions">get\_asp\_result\_field($field) & the\_asp\_result\_field($field) functions</a> – Can be used in search.php theme file, within the loop. It returns the search result fields (such as the image, relevance etc..), that are exclusive to Ajax Search Pro.</li></ul><p>Changes</p><ul><li>‘asp\_init\_search\_bar’ event added, triggers when a search bar is initialized</li><li>\[multisite] – Search instances are assigned ownership, and only the assigned admin or super admin can access them. (old search instances are assigned to ‘anyone’ in the admins group, super admin can change them)</li><li>PODs – Tested for Custom PODs relation to Post type extensions – searchable via the Index Table</li><li>Back-end UI improvements #1 – some inputs have changed, so that they automatically resize based on the input size.</li><li>Back-end UI improvements #2 – updates to option descriptions & more intuitiveness improvements</li></ul><p>Fixes</p><ul><li>String translations for custom field filter values are now registered properly</li><li>Back-end: Options now correctly save when the server has a very low max\_input\_vars setting (<500) in effect, via a parse\_str wrapper</li><li>Isotopic results – better & faster mobile orientation and browser resize event handling during displaying paginated results.</li><li>(ignored, not an issue) Post Format label is now available on the display mode list, under the taxonomy term filters panel</li><li>Search in ‘private’ posts is now only visible for users above editor capabilities</li><li>Theme Loader – Now properly resets some custom stylings</li><li>Custom Field Filters – Multi-select options now have an adjustable logic, just like checkboxes</li><li>The ‘No results’ and ‘Did you mean?’ back-end options now accept HTML tags.</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2018.12.10 – 4.14.4                           | <p>Added</p><ul><li>Gutenberg editor modules & compatibility test & WordPress 5.0 compatibility tested</li><li>New theme group – Max UI (instead of curvy)</li></ul><p>Changed</p><ul><li>Themes – Input background changes, on some themes, the input field background changed to transparent, to aviod confusion with the overall box background.</li><li>When tables are not created, the plugin now outputs the generated SQL and instructions to execute it in order to create the tables properly.</li><li>Advanced fields – Taxonomy syntax accepts more parameters: hide\_empty, childless, hierarchical</li><li>Index Table – Now re-tries failed index queries, expecting a much fluid indexing process</li></ul><p>Fixed</p><ul><li>Custom field date filter – ACF date field choice no longer displays an information message (yymmdd), as it is incorrect. (it works correctly)</li><li>Advanced fields – ACF choice field labels are displayed, when the field return mode is set to ‘Both’ (array)</li><li>Content type filter – ‘comments’ content type added, moved from the Generic filters section</li><li>“No results” bug – container no longer displayed when loading ‘more results’ (due to inaccurate or unset results count)</li><li>More results – no longer displayed, when clicking the close (x) icon, and re-entering the same phrase again</li><li>Date filter – the date picker now appears correctly on the back-end</li><li>More robust https detection, as in some cases incorrectly configured site URLs resulted in wrong protocol urls</li><li>Priority saving issue fix – affecting Multitisites only</li><li>User exclusion – now working with all/anonymous user options</li><li>Index table engine – Fixed a query format, when using the ‘OR’ keyword logic</li><li>Custom field checkboxes filter – fixed and issue where the ‘Exactly LIKE’ operator would not work correctly</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2018.11.09 – 4.14.3 – Minor release           | <p>Added</p><ul><li>Filter by user meta support (including 3rd party, like UM support)</li><li>Advanced title and content fields supporting custom taxonomy terms</li><li>Option to Exclude taxonomy term results where the post count is 0 (empty terms).</li><li>WP 5.0 compatibility tested</li><li>Isotopic layout – Swiping over non-paginated items does no longer close the results list.</li><li>Meta filters – Slider and Range slider now automatically sets the handle values, when left empty on the back-end.</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2018.10.27 – 4.14.2 – Minor release           | <p>Fixed</p><ul><li>When the search box visibility is disabled – facet change triggering search is no longer forced, as there is a search button available.</li><li>Minor script literal fix, for IE11 compatibility</li><li>noUi slider script updated</li><li>Range slider: mobile fixes – now correctly triggers on drag end events, drag size increased for better comfort</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2018.10.08 – 4.14.1 – Minor release           | <p>Fixed</p><ul><li>ACF – get field error, on some rare configurations fixed</li><li>Post type options – no longer show some ACF related, template and form post types to avoid confusion</li><li>Better minification of the script files (\~10%)</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2018.10.06 – 4.14 – Major release             | <p>New features</p><ul><li>Select all checkboxes option for custom field filters</li><li>Infinite scroll mode for the ‘Load more results’ feature</li><li>Option to explicitly disable isotopic layout navigation</li><li>More results loader icon added, when clicking on the more results link</li></ul><p>Changes</p><ul><li>Smoother scrolling with the scroll script</li><li>UI: Mobile keyboard now hides initially, but only when the results list first opens or is reopened.</li></ul><p>Fixes</p><ul><li>Load more results fix – on auto-populate enabled, the default results limit is used, to prevent loading of incorrect items.</li><li>Isotopic layout – smoother appending new items to the end of the isotope list, as well as smarter column calculation</li><li>Product – Tags (2x) in the taxonomy terms list – these are no longer visible, as they are not actual product tags</li><li>ACF – Get fields function now includes another bypass, to fix some problems with custom field filters</li><li>Lazy loader script moved out of original scope for better compatibility</li><li>Attachment search fixed, where in some cases the search keywords were not applied</li><li>Minor cosmetic bugfixes</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2018.09.03 – 4.13.4 – Minor release           | <p>New features</p><ul><li>Cache method is now possible to choose: file (default) or database</li></ul><p>Fixes</p><ul><li>Removed a commented code section, which caused WordFence to trigger a false positive match</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2018.08.30 – 4.13.3 – Major release           | <p>New features</p><ul><li>“Double Quotation” option as an exact matching feature for regular engine. When enabled, words in quotation marks are treated as a single term.</li><li>Localization of the back-end. The main .post file is under the /languages folder</li></ul><p>Changes</p><ul><li>Regular engine rework: Better cross-field keyword, and the the default search logic changed to AND.</li><li>Some redundant or un-used classes removed: wpdreamsBorderradius, wpdreamsBoxShadowMini, wpdreamsCustomContent, wpdreamsCustomTaxonomyTerm, wpdreamsCustomTaxonomyTermSel, wpdreamsDatePicker, wpdreamsFont, wpdreamsFontMini, wpdreamsImageParser, wpdreamsImageSettings, wpdreamsInfo, wpdreamsLabelPosition, wpdreamsOnOff, wpdreamsPageParents, wpdreamsSelect, wpdreamsSelectCategory, wpdreamsSelectTerm, wpdreamsTextareaIsParam, wpdreamsTextShadow, wpdreamsTextShadowMini, wpdreamsUploadReset</li><li>Removed many unused back-end scripts \~1MB</li><li>API methods – using classes instead of ID selectors for better compatibility</li></ul><p>Fixes</p><ul><li>The database existence checker method is now case insensitive, as some databases may return a lower case DB via the ‘SHOW Tables’ query.</li><li>Right mouse button on results in FireFox – it no longer closes the results list.</li><li>Prevented shortcode to be executed on the back-end taxonomy listing pages (not happening in WordPress by default, only if a custom plugin allows shortcode in listings)</li><li>Single quotes and other special characters fixed on keyword exceptions list</li><li>Inline script and CSS contents are better trimmed from the result contents</li><li>Updater: update checks are less frequent, if the remote servers are not responding</li><li>Index Table: Shortcode extraction improvements</li><li>Results container animation fixes</li><li>Google Fonts are now loading correctly as defined under each font setting</li><li>ACF select/radio etc.. field values are now loading correctly within the custom field filters in all cases, even if the plugin shortcode is not executed in post context</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2018.08.01 – 4.13.2 – Minor release           | <p>New features</p><ul><li>Term meta table search option when searching for taxonomy terms</li><li>Advanced title & Content fields now support additional field variables: {\_\_content}, {\_\_title}, {\_\_image}, {\_\_link} – These variables return the corresponding result field</li><li>‘asp\_noajax\_results’ filter added – executed before passing the non-ajax results to the results page</li></ul><p>Changed</p><ul><li>Protocol relative enqueue\_scripts & enqueue\_styles replaced with the protocol version: Let the Cache/Minify solutions decide to remove/keep the protocol string or not.</li><li>Notification: to enable index table on search instances, when index table first generated</li></ul><p>Fixed</p><ul><li>The ‘inherit’ font option now properly saves and loads</li><li>Taxonomy Term word length query issue fixed</li><li>Elementor plugin compatibility – Fixed an issue with Elementor customized search page, where the override was not working</li><li>Term exclusions now work properly, when a radio/select filter is in use for the same taxonomy</li><li>File attachment thumbnail images are now parsed correctly, if they exist (ex.: PDF images)</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2018.06.20 – 4.13.1 – Major release           | <p>New features</p><ul><li>Search button as a ‘filter’</li><li>Peepso groups and activities search integration</li></ul><p>Changes</p><ul><li>Option: Attachment results can point to the parent (attached) post URL</li><li>Advanced title and content fields recognize The Events Calendar and Events Manager custom fields, and displays the dates in correct date format.</li><li>Some styles/Options reworked on the back-end for easier, more convenient usage</li><li>Font options: entering custom fonts is now possible</li><li>Info message about possible cookies</li><li>‘Load more’ action ‘ajax results’ now properly disabled when not available</li><li>Index table – custom fields below length of 50 characters are now indexed with and without space characters as well (ex. field ‘001 002 003’ indexed as -> ‘001’, ‘002’, ‘003’ and ‘001002003’)</li><li>Index Table Cron option -> Now allows 2, 3, 5, 15, 30 minute cron job intervals</li></ul><p>Fixed</p><ul><li>WCAG compliance improvements – aria-label and aria-hidden attributes added where possible</li><li>Categories Images plugin support for parsing taxonomy term images</li><li>Default image for non post-type results is now showing (terms, users, attachments) correctly</li><li>Custom field {get\_values} syntax now orders the fields alphabetically, in ascending order</li><li>Category Filter -> Display mode -> Placeholder text for multiselect & Search text no longer resets upon saving multiple times</li><li>Category Filter -> Display mode -> “Select All” text no longer resets to empty string</li><li>Media Attachment indexing – only one document is indexed per iteration for better performance</li><li>Media attachment indexing (including images) – Cron automatically enables (5 min. interval), when media attachment content indexing is enabled</li><li>Index table generator – detection of long requests, and automatically lowering the limits</li><li>Fixed a bug where empty queries resulted in an error message</li><li>Slider/Range slider width now following the column width</li><li>Fixed a Hidden Search form bug -> When No field selected under General Options -> Sources = No results</li><li>Better index table quote detection</li><li>Synonyms with apostrophes are stored correctly without backslash now</li><li>qTranslate fix for term descriptions</li><li>WPML Query fix for taxonomy term results</li><li>Fixed some search bar Themes</li><li>The term results count is not correct when using Primary + Secondary logic</li><li>Index table – single indexed titles now include an apostropheless version as well</li><li>Featured image source size now affects attachments as well</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2018.04.26 – 4.13 – Major release             | <p>Added</p><ul><li>Synonims for Index table engine</li><li>Indexing media attachment contents: Text, CSV, PDF, RTF, Word, Excel and Powerpoint document files content indexing is now possible</li><li>Live results loader feature for the results page</li><li>Lazy loader jQuery script for results images</li><li>New API method to get the URL to the current filter states: ASP.api(id, ‘getStateURL’);</li></ul><p>Changed</p><ul><li>Index table post type selector</li></ul><p>Fixed</p><ul><li>Index table index bug – where some singe word post titles might not be indexed individually</li><li>Date filter bug (wrong date inclusion)</li><li>Range slider issue on Mobile devices</li><li>jQuery 3+ compatibility</li><li>Image cache is now working on attachment, tag etc.. results</li><li>Documentation links fix for the new documentation domain</li><li>Custom scrollbar – Mobile scroll difficulties fixed</li><li>More redundant clone detection and fixing method (usually in mobile menus)</li><li>“Try these” keywords with apostrophes – properly escaped</li><li>“No results” text and apostrophes – properly escaped</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2018.03.20 – 4.12.2 – Minor bugfix release    | <p>Added</p><ul><li>Plugin scritps/styles can be loaded selectively on certain pages</li><li>Post type and Content type CSS classes to results output</li><li>Index table Pool sizes are now dynamically adjusted by the plugin, but can be adjusted manually as well</li><li>Minimum word length option – to increase perormance</li></ul><p>Changed</p><ul><li>Range slider values can be automatically parsed from DB</li><li>On connection failure, the plugin will show a message.</li></ul><p>Fixed</p><ul><li>Custom field search alignment on Frontend Search settings fixed</li><li>Trigger live search on enter key is now working (if trigger on type is disabled)</li><li>Redirect results to the first on enter/click is now working</li><li>The ‘Close’ icon now displays whenever there is a phrase entered and the input is focused</li><li>Major Index table performance issue fixes: the pool size was too big for short phrases                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        | title query optimized and reworked</li><li>Minimum word length introduced for separate keywords – increasing the performance in some cases dramatically</li><li>the\_title filter in index table class now applied with the correct number of arguments (2)</li></ul> |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2018.02.23 – 4.12 – Major release             | <p>Added</p><ul><li>Priority Groups – Prioritizing results based on taxonomy terms and custom field rules is now possible.</li><li>Max-height attribute to vertical results theme options (default: auto)</li><li>Added ‘Empty background’ to isotopic results if no image is found option</li><li>“Choose any” option for Post type filters</li><li>Hide completed items Delete…</li></ul><p>Changed</p><ul><li>Isotope item width allowing pixels + rows calculation based on that</li></ul><p>Fixed</p><ul><li>‘keyup’ event handler changed to ‘input’ due to better compatibility with IOS mobile devices</li><li>The WP default search query is now definitely cancelled, whenever the override is detected.</li><li>Autocomplete notices no longer appear</li><li>User search, advanced fields – supporting conditional brackets and ACF</li><li>Extended phpDocumentor comments within the code</li><li>Cache & ‘load more’ results feature conflict fix</li><li>Term search content HTML stripping and closing added</li><li>Results, settings (cases when search bar is in a fixed header) and compact box scroll delay removed</li><li>Browser back-state and Compact layout conflict fix (no longer triggers auto search)</li><li>Index Table engine bugfix – The selected fields on the regular engine no longer affect the index table engine.</li><li>Index Table and the Generic Selectors (search in title, content and excerpt) now work together as expected</li><li>Backend – Generic Selector option fix – When removing an option, did not update correctly</li><li>Fixed container detection – The results and settings container no longer ‘jumps’ when the search bar is placed in a fixed container.</li><li>Mobile fixes – Compact layout now properly fixates to the site, the scrolling is smoother as well</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2018.02.27 – 4.12.1 – Minor bugfix release    | <p>Fixed</p><ul><li>A result width calculation fix on block layouts</li><li>Result box position calculation fix, when logged in, or the document body is moved</li><li>Result image dimensions calculation fix (integer parsing error)</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2018.02.23 – 4.12 – Major release             | <p>Added</p><ul><li>Priority Groups – Prioritizing results based on taxonomy terms and custom field rules is now possible.</li><li>Max-height attribute to vertical results theme options (default: auto)</li><li>Added ‘Empty background’ to isotopic results if no image is found option</li><li>“Choose any” option for Post type filters</li><li>Hide completed items Delete…</li></ul><p>Changed</p><ul><li>Isotope item width allowing pixels + rows calculation based on that</li></ul><p>Fixed</p><ul><li>‘keyup’ event handler changed to ‘input’ due to better compatibility with IOS mobile devices</li><li>The WP default search query is now definitely cancelled, whenever the override is detected.</li><li>Autocomplete notices no longer appear</li><li>User search, advanced fields – supporting conditional brackets and ACF</li><li>Extended phpDocumentor comments within the code</li><li>Cache & ‘load more’ results feature conflict fix</li><li>Term search content HTML stripping and closing added</li><li>Results, settings (cases when search bar is in a fixed header) and compact box scroll delay removed</li><li>Browser back-state and Compact layout conflict fix (no longer triggers auto search)</li><li>Index Table engine bugfix – The selected fields on the regular engine no longer affect the index table engine.</li><li>Index Table and the Generic Selectors (search in title, content and excerpt) now work together as expected</li><li>Backend – Generic Selector option fix – When removing an option, did not update correctly</li><li>Fixed container detection – The results and settings container no longer ‘jumps’ when the search bar is placed in a fixed container.</li><li>Mobile fixes – Compact layout now properly fixates to the site, the scrolling is smoother as well</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2018.01.12 – 4.11.10 – Major bugfix release   | <p>Added</p><ul><li>Filtering by content type is added</li><li>Filter box header for generic selectors</li></ul><p>Changes</p><ul><li>.label and .option classes removed</li><li>Replace old CSS selectors with shorthand classes in style.basic.css</li><li>Some option names changed for better understanding</li></ul><p>Fixes</p><ul><li>Post format ‘standard’ is now present in the filter list.</li><li>WPML/Polylang/qTranslateX current language affects the google keyword suggestions language</li><li>Custom post type filters are no longer in effect when set to invisible (radio mode + selected post types causing the problem, <https://i.imgur.com/pgxneYz.png>)</li><li>Search default override does not affect the back-end search anymore (issue in 4.11.9 only)</li><li>Back-end meta box was too wide</li><li>JS Retain popstate (browser back button trigger) option now works properly</li><li>A clipping issue with the chosen script</li><li>When live search is disabled, autocomple will no longer trigger it incorrectly</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2017.12.12 – 4.11.9 – Major bugfix release    | <p>Added</p><ul><li>Option to hide settings box on hovering layout, when results display (enabled)</li><li>Browser back-button retain phrase if entered + mobile tests</li><li>Exact matching location option: anywhere, starting with the phrase or ending with the phrase</li></ul><p>Changed</p><ul><li>Settings and Results box data-id and data-instance set</li><li>The default style.basic.css file replaced with a minified version (saving \~10% space)</li><li>Minify CSS option added to the Compatibility settings panel</li><li>Better title match relevance calculation (exact matching > starts with matching > random matching)</li><li>“Search in posts” and “Search in pages” option merged to “Search in custom post types”</li><li>Include post by tags is now possible, using the include by taxonomy terms option</li><li>The default search override now applies when the search page is visited via URL: ../?s=phrase</li><li>Results page override is enabled by default</li><li>Frontend search settings disabled by default</li></ul><p>Fixed</p><ul><li>Checkboxes no longer trigger during scroll on touch devices</li><li>Custom field DatePicker now triggers the search as it supposed to</li><li>The keyword highlighter script now supports Unicode character sets</li><li>ACF5 & MySQL datetime fields are the same, changed to one. ACF4 changed to ACF Date picker, ACF5 to ACF DateTime picker</li><li>Asynch CSS loader – Flash of Unstyled Content elemination, faster & smoother loading Isotopic mobile</li><li>Fixed a mobile focus/scroll issue on multi-instance setups</li><li>Further RTL fixes</li><li>Node Copy detection (especially in menus) and fix in most cases</li><li>When there is a Tax Term inclusion the logic adopts towards more expected results</li><li>Use Index Table for attachments search</li><li>Instance Init overhead reduced – instances table existence check cache</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2017.11.23 – 4.11.8 – Minor bugfix release    | <p>Changed</p><ul><li>$id and $real\_id passed with asp\_print\_search\_query filter</li><li>option and .label class deprecated due to non-specific name (will be removed in 4.12). Replaced by asp\_option\_inner and .asp\_option\_label classes</li><li>Shorthand class names introduced for global, main box, results, settings and block settings boxes with names: asp\_w, asp\_m, asp\_r, asp\_s and asp\_sb</li><li>\~10% CSS decrease due to shorthand classes</li><li>Attachments search – ordering by custom field allowed</li></ul><p>Fixed</p><ul><li>Re-count the results after executing the result filters, so the pagination is correct on the results page</li><li>Date filter not triggering live search</li><li>WPML permalink incorrect, apply wpml\_permalink filter</li><li>CSS fixes on labels within the form</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2017.11.10 – 4.11.7 – Minor release           | <p>Added</p><ul><li>Search redirect to URL and Show more custom URL: {custom\_field} for radio, drop-down and input fields can be passed as argument</li><li>Allowed filtering by custom fields for Media attachments (option, disabled by default)</li></ul><p>Fixed</p><ul><li>Isotopic layout no longer resets on scrolling the mobile screen</li><li>WPML and Multisite search issue fixed</li><li>Fixed an error where WPML and String translations throws an error on latest WP (WPML String translation issue, please update it)</li><li>Back-end accessibility improvements</li><li>\[no-keyword] strings removed from top and last search widgests</li><li>Theme Chooser: An import issue fixed; Minor optimizations</li><li>A duplicate ID removed from the isotopic navigation</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2017.10.20 – 4.11.6 – Major release           | <p>Added</p><ul><li>jQuery choosen implementation</li><li>{\_tax\_price} variable in advanced fields, displaying the product price with tax in WooCommerce</li><li>Warning message wrapper – Pop up Continue,Cancel that is triggered on certain events.</li><li>Back-end: Only options for the current result layout type will be displayed, instad of all</li><li>EQUAL OR LESS, EQUAL OR MORE operators now available for the custom field filter option</li><li>Better visibility (high contrast) mode on the back-end</li><li>Custom field filter {get\_values} variable now can parse ACF multiselect field choices</li></ul><p>Changed</p><ul><li>User meta search and select field</li><li>Input select and multiselect CSS fixes</li><li>Settings checkbox background simplifications</li></ul><p>Fixed</p><ul><li>mb\_convert\_encoding existence check on image content parser</li><li>create\_chmod function will use the File System wrapper in all cases during the activation process</li><li>‘No results text’ apostrophe and escaping fixes</li><li>‘No results text’ – using \[ for {phrase}] syntax.</li><li>z-index issues on back-end narrow screens</li><li>‘Try these’ keywords comma after last word</li><li>Empty string checks during Index Table tokenization process</li><li>Text custom field – on keyup trigger a change event, prevent return event as well.</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2017.09.15 – 4.11.5 – Minor, bugfix release   | <p>Added</p><ul><li>New themes: Filled red, blue and grey</li><li>Close icon now can be styled</li></ul><p>Changed</p><ul><li>The plugin meta box is now adjustable to be displayed on chosen post types only</li><li>Themes are now more organized</li><li>Auto populate can now order randomly</li></ul><p>Fixed</p><ul><li>The theme loader is now much faster, themes sizes are reduced</li><li>Saving the compatibility options will remain on the active panel</li><li>Excluding and including taxonomy terms on the advanced panel no longer displays the ‘Use all’ option</li><li>WP\_Filesystem() is no longer initalized upon loading, only on actions and requests</li><li>Custom Field filters now support multiple fields with the same keys</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2017.08.26 – 4.11.4 – Minor, bugfix release   | <p>Added<br>Fixed</p><ul><li>Category and term exclusions fix when allowing empty filters is enabled (enabled by default)</li><li>Settings drop down no displays below the magnifier if the settings icon disabled</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2017.08.21 – 4.11.3 – Minor, bugfix release   | <p>Added</p><ul><li>Magnifier, return button, and ‘show more’ link redirection can be made to a new browser tab</li><li>Custom field selectors now support getting the custom field values from the DB by using the {get\_values} variable</li></ul><p>Changed</p><ul><li>The minimum width of the search box is now 140px instead of the previous 240px</li></ul><p>Fixed</p><ul><li>A bug with touch enabled notebooks with mouse, where checkboxes were not working</li><li>Isotopic navigation and item redirection on IOS devices</li><li>ASP\_URL constant replaced with ASP\_URL\_NP to support non-protocol loading of assets</li><li>Some additional problematic shortcodes excluded from index table parser</li><li>Tag and term suggestion count is now respected</li><li>:after and :before attributes from inputs in search and form</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2017.08.07 – 4.11.2 – Minor, bugfix release   | <p>Added</p><ul><li>New option to ignore checkbox filters, if nothing is selected</li></ul><p>Changed</p><ul><li>Index table can now exectute shortcodes within post excertp field</li></ul><p>Fixed</p><ul><li>Missing price tag on variable products is now displayed correctly</li><li>Checkbox bugs on mobile devices</li><li>Built in bfi\_thumb library no longer adds actions to wordpress</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2017.08.02 – 4.11.1 – Minor, bugfix release   | <p>Changed</p><ul><li>Custom field filter – empty fields – now existing fields with empty string values are considired as ’empty’ as well</li><li>\[F1-F12] button triggers disabled</li><li>Faster escaping method</li><li>Last successful search is now better regocnized on empty phrases</li></ul><p>Fixed</p><ul><li>IOS Safari: Compact box closing fix on document click</li><li>IOS Safari: Zoom prevention on input focus</li><li>Title, term and tag suggestions now respect exclusions</li><li>WPML and product variations – now not displaying from incorrect languages</li><li>WPML redirection to results page – fixed a bug where the query arguments were incorrect</li><li>Generic front-end selectors: If the the front-end options are disabled, their values are no longer in use</li><li>Context find fix – where with an empty phrase the search would return the full description in some cases</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2017.07.14 – 4.11 – Major release             | <p>Added</p><ul><li>Exception filter, so the plugin can be terminated at a certain point</li><li>A ‘\_keyword\_count\_limit’ argument, to limit the effective phrase count</li><li>Conditional advanced title and description fields, ex.: \[prefix text {field} suffix] will only display if ‘field’ custom field is not empty</li><li>Advanced title & description fields: WooCommerce ‘\_price’, ‘\_regular\_price’, ‘\_sale\_price’ fields are automatically recognized and displayed formatted with currency</li><li>ACF get\_field() compatibility switch to the Compatibility options submenu</li><li>A ‘Disable all fonts’ switch to the Compatibility options submenu</li><li>Maintenance submenu: plugin resetting and wiping (full uninstall) features</li></ul><p>Changed</p><ul><li>Generic front-end options (Exact matches, Search in title, etc..) can be better modified via a new option layout on the back-end</li><li>The redirection URL has a better structure</li><li>The ‘show more’ results opions are simplified</li><li>The commas between ‘try these’ phrases are now pseudo selectors</li><li>Isotope script update to 3.0.4 (scoped)</li><li>Search statistics are now only recorded after successful searches, as a separate process</li></ul><p>Fixed</p><ul><li>Checkboxes bugfix</li><li>Min width of the search set to 140px</li><li>Post status fixes for the index table</li><li>The SVG files are optimized</li><li>The redirection did not work correctly on 0 characters entered</li><li>IE 11 and Edge isotopic results click fix</li><li>Page exclusion option – non-published objects were invisible</li><li>WooCommerce notices and deprecated functions removed</li><li>Isotopic results pagination fix</li><li>RTL layout with isotopic script</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2017.06.01 – 4.10.5 – Minor bugfix release    | <p>Added</p><ul><li>Empty groups can be displayed</li><li>Old browser compatibility can be disabled</li></ul><p>Changed</p><ul><li>HTML Entity decoding on certain events</li></ul><p>Fixed</p><ul><li>Mobile browser issue, when suggested keywords wouldn’t work</li><li>Preview mode fix for some rare cases</li><li>min-width attribute to prevent collapsing box in small containers</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2017.05.23 – 4.10.4 – Major bugfix release    | <p>Added</p><ul><li>Searching users by email address</li><li>A post parent ID parameter for the asp\_query\_args filter</li><li>Blueprints for the future feature: instant suggestions</li></ul><p>Fixed</p><ul><li>RTL layout should be much better now</li><li>A performance issue related to custom field filters</li><li>Isotope layout, middle mouse button click now reacts</li><li>ACF 5 date field filtering updated to mysql datetime</li><li>Issue with index table on default values when saving posts</li><li>An issue with primary and secondary logic execution</li><li>autocomplete missing source fatal error issue</li><li>Mobile redirections corrected</li><li>Auto populate limit fixed</li><li>Group location fixed</li><li>WPML attachment language affection</li><li>Context and content length is now correct for the terms search</li></ul><p>Changed</p><ul><li>The default option for Return and Magnifier click is ajax search, not redirection</li><li>Space now does not trigger the search</li><li>Clicking on the input field will display the latest successful results list</li><li>If filter checkboxes are unchecked, the ‘Select all’ option is unchecked as well</li><li>Input field z-index is defaulted to 0</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2017.03.06 – 4.10.3 – Minor ‘hotfix’ release  | <p>Added</p><ul><li>z-index adjustemt for settings and results box</li><li>z-index fix for close icon on low widths</li><li>asp\_results\_hide action in JS api</li></ul><p>Fixed</p><ul><li>Results redirection now memorizes taxonomy drop-down and radio values</li><li>Missing scrolling from custom field selectors</li></ul><p>Changed</p><ul><li>Context highlighting now uses the whole term to look for matches</li><li>WPEngine false positive php7 warnings adjusted</li><li>removed unused files</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2017.02.21 – 4.10.2 – Minor ‘hotfix’ release  | <p>Added</p><ul><li>Attachment search by ID</li></ul><p>Fixed</p><ul><li>Theme Loader fix</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2017.02.15 – 4.10.1 – Minor ‘hotfix’ release  | <p>Added</p><ul><li>Limit modifier variable introduced (as argument)</li></ul><p>Fixed</p><ul><li>Results width caclulation bug fixed</li><li>More results action URL and counter fix</li><li>Content image parser now correctly gets the first found image instead of second</li><li>Multi-select filter scroll issue fix</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2017.02.11 – 4.10 – Major release             | <p>Added</p><ul><li>Pagination can be displayed on both top and bottom of isotopic layout</li><li>Posts per page argument for search override</li><li>The plugin shortcode now works as a menu item (place into the menu title field)</li><li>WooCommerce built in ordering and filtering is now respected on search override</li><li>User search: excluding/including users is now possible</li><li>Visibility Detection option: when enabled the plugin tries to detect if it’s visisble, if not, closes the results and settings</li><li>asp\_it\_args filter to allow hooking to index table args</li><li>The index table is now capable of indexing IFRAME contents</li><li>The content context length is now adjustable</li><li>New JS API functions: ASP.api(id, ‘searchRedirect’, phrase) and ASP.api(id, ‘exists’)</li></ul><p>Changed</p><ul><li>Date selectors now support format change</li><li>Trigger and redirect options merged into a more simple one</li><li>Custom field type options now include a search box to select a custom field, instead of listing all</li><li>Term results now correctly display term content if present</li><li>Compact mode scroll propagation prevention for vertical and horizontal layouts</li><li>Optional WP\_Session was fully removed, a better, cookie method is used</li><li>Higher priority for exact matching titles on Index table engine</li><li>The page ID is passed during search in the \_page\_id argument</li><li>Cache now deletes correctly when search options change</li><li>Some data moved to the footer for better compatibility</li><li>WooCommerce product visibility is now respected</li><li>WooCommerce product variation content is now correctly parsed</li><li>Attachment results now respect custom field filters</li><li>Polaroid layout now more flexible in height</li></ul><p>Fixed</p><ul><li>A width calculation for hovering results, now properly calculates margin, border and padding as well</li><li>z-index values lowered to 1 on most elements</li><li>Content image parser now correctly gets the first found image instead of second</li><li>Multi-select filter scroll issue fix</li><li>Mobile double-tap issue fix</li><li>Mobile keyboard now properly hides when the virtual keyboard search icon is triggered</li><li>Top and Latest search phrases widget now respects redirection and override</li><li>RequireJS and NodeJS script loaders disabled, the plugin does not use them</li><li>Excerpt translation with qTranslatex</li><li>Checkbox visual bugs from adjacent selectors</li><li>max\_input\_vars php.ini variable detection and alternate saving method</li><li>Try these keywords visibility fix on static plugin layout</li><li>A trigger fix when only custom field search is enabled</li><li>BuddyPress activity: post processing fix</li><li>User search: role and custom field conflict fix</li><li>min-width attribute on input field for old Android browsers</li><li>Multisite YOAST Seo conflict when saving the SEO fields</li><li>The autocomplete=off attribute added to form to prevent webkit prefill bugs</li><li>Date to filter value fixed</li><li>Double override execution fix</li><li>Flash of Unstyled content fix for async CSS loader</li><li>Override URLs for Genesis Framework</li><li>Box shadow options, reversed vertical and horizontal labels fix</li><li>Instance creation and storage issue, when the initial options were stored incorrectly</li><li>Search Data Optimization: Automatic removal of un-used options, resulting in 50% less data stored</li></ul> |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2016.09.25 – 4.9.8 – Minor Update             | <p>Added:</p><ul><li>Image source size for featured images is now selectable</li><li>A secondary logic for filling results if it doesn’t reach the limit</li><li>Sorting by Custom Field value</li><li>An option for attachment search to link to the direct file</li><li>More mobile related options</li></ul><p>Fixed:</p><ul><li>Horizontal scroll fix where the default handler did not activate (touch-action CSS)</li><li>IOS pagination issue fix for Isotopic results</li><li>IOS swipe issue fix for IOS</li><li>Mixed result order fix</li><li>Polylang URL fixes</li><li>POST method for regular search override fix</li><li>A resizing bugfix for vertical results when loading up more results</li><li>More results bug after auto populate</li><li>Theme fixes</li></ul><p>Changed:</p><ul><li>Post metabox description fix, new option to add additional search keywords</li><li>Index table min word length reduced to 2</li><li>Image size options moved to Theme Options panel</li><li>Mobile detection class update</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2016.09.05 – 4.9.7 – Minor Update             | <p>Added:</p><ul><li>New category and term exclusion and inclusion options added</li></ul><p>Fixed:</p><ul><li>Corrected AUpdater message</li><li>Title percision query correction for Index Table operations</li><li>Scrollbar fixes: fully namespaced and moved to a different scope for max compatibility</li><li>Attachment image source fix</li><li>Isotopic and Polaroid mobile swipe results fix</li></ul><p>Changed:</p><ul><li>Category and tag exclusions work for attachments as well</li><li>Dash like ignore removed from index table generator, smarter solution instead</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2016.08.26 – 4.9.6 – Minor Update             | <p>Added:</p><ul><li>Scrollbar is now possible to disable</li><li>Additional post title query for better index table results</li></ul><p>Fixed:</p><ul><li>Getting post types in some cases were buggy</li><li>Backend js fixes due to false positives on firewalls</li><li>Missing prefixes from scrollbar styles</li><li>Index table action error fix</li><li>get\_option() instances replaced with wd\_asp()->o\[] wrapper</li><li>Post status parse fix on index table creation</li><li>BuddyPress search in activities module check</li><li>Horizontal scrollbar styling fix</li><li>Shortcode generator fixes</li><li>mCustomScrollbar moved to mCustScr namespace</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2016.08.18 – 4.9.5 – Minor Update             | <p>Added:</p><ul><li>Importing, Exporting themes is now possible</li><li>Searching, Indexing permalinks is now possible</li><li>New themes: Round</li><li>Polylang compatibility for custom post type content</li></ul><p>Fixed:</p><ul><li>Textarea inputs now support special characters, including HTML</li><li>Polylang string translations</li><li>Frontend options margin fixes</li><li>Shortcode builder elements layout fixes</li><li>Font name fixes, related to importing search instances</li></ul><p>Changed:</p><ul><li>Social box on search instance options panel</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2016.08.04 – 4.9.4 – Minor Update             | <p>Added:</p><ul><li>WooCommerce search form override</li><li>Search all custom fields option</li><li>Redundant (window\.load) initialization added for maximum compatibility</li></ul><p>Fixed:</p><ul><li>Back-end text inputs now handle special characters</li><li>Index table “New index” button fix on repetitive press</li><li>Minor code logic fixes</li><li>Frontend CSS rule fixes</li><li>Image minification function fix to return originals on failure</li><li>Search form override priority fixes</li></ul><p>Changed:</p><ul><li>New option to input search statuses, old options removed</li><li>Dynamic init method data is now stored as div attribute instead of content (crawler bot friendly)</li><li>Vertical and Horizontal results images are redirecting to results, even if not the whole area is clickable</li><li>Scrollbar script checks for existence before init</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2016.07.17 – 4.9.3 – Minor Update             | <p>Added:</p><ul><li>Shortcode Generator</li><li>JS API + events API</li><li>Settings items layout option (flex, column, masonry)</li><li>New shortcode wd\_asp supporting ratios</li><li>Two new mobile related options</li></ul><p>Fixed:</p><ul><li>Some filter and action fixes</li><li>Keyword exception bugfix</li></ul><p>Changed:</p><ul><li>Options checkboxes are changed to font elements</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2016.07.01 – 4.9.2 – Minor Update             | <p>Added:</p><ul><li>Google Places API integration</li></ul><p>Fixed:</p><ul><li>Export-import script URL fix</li><li>Removed old IE8-9 CSS</li><li>Theme chooser fix</li><li>Taxonomy Exclusion bugfix</li><li>Double backslash fixes on back-end scripts</li><li>Search cache issue fix</li><li>Missing product variation from non-ajax results</li><li>Phrase escaping fix for non-ajax search</li><li>Search in post IDs fixed for empty phrases</li><li>“More results” ajax calculation fix</li><li>Term hierarchy generator fix</li><li>Custom CSS printing bugfix</li><li>Statistics page fixed</li></ul><p>Changed:</p><ul><li>NouiSlider update to latest version</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2016.06.18 – 4.9.1 – Minor Update             | <p>Fixed:</p><ul><li>Index table update notification fix</li><li>New taxonomy selector: checkbox fix, get\_terms() deprecated fix</li><li>Numerous fixes for selector classes</li><li>Fixed an upload PATH variable</li><li>Blog search: checks if is\_multisite() first</li><li>WPML string translation fix for category header boxes</li><li>Category exclusions fix</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2016.06.13 – 4.9.0 – Major Update             | <p>Added:</p><ul><li>New category and taxonomy term filter options</li><li>New grouping options</li><li>Search box alignment option</li><li>ASP\_Query wrapper class to use as search API</li><li>User related exclusions</li><li>Date custom field filter now supports timestapm and MySQL datetime formats</li><li>Post type filters re-worked: supporing drop-down and radio layout mode</li></ul><p>Fixed:</p><ul><li>Inline CSS parsing fix</li><li>Better script loading on back-end</li><li>A session related bug</li><li>Removed all ctype library requirements</li><li>An unknown issue with page exclusions</li><li>Box position and width fix for low width cases</li><li>An auto scrolling issue</li></ul><p>Changed:</p><ul><li>Menu structure and permalinks changed to readable formats</li><li>Custom field slider and range slider decimal options</li><li>An old image cache library is removed</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2016.03.27 – 4.8.4 – Minor/Hotfix Update      | <p>Added:<br>–<br>Fixed:</p><ul><li>Session handling related bugfix</li><li>Old PHP 5.2.4 compatibility fix</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2016.03.25 – 4.8.3 – Minor/Hotfix Update      | <p>Added:</p><ul><li>Search in post IDs is possible</li><li>Autocomplete for mobile is adjustable</li></ul><p>Fixed:</p><ul><li>An issue with mobile detection and handling</li><li>Taxonomy selectors now allow private taxonomies</li><li>CSS permission related issue fixes</li><li>Search options memorization across paginated results</li><li>Header already sent error fix</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2016.03.17 – 4.8.2 – Major Update             | <p>Added:</p><ul><li>Automatic plugin updates</li><li>New mobile related options</li><li>A meta box to adjust suggested phrases per post basis</li><li>Memorizing selected front-end options when doing a non-ajax search</li><li>Switchable srcript initialization method</li><li>Mobile swipe support for Isotopic and Polaroid layout for paging</li></ul><p>Fixed:</p><ul><li>Index table issues: better word boundary detection, custom field indexing problems, ordering problems, WooCommerce product variation indexing</li><li>Custom field filtering issues when using the AND logic between fields</li><li>Auto populate bugfixes</li><li>Better special character handling and search</li><li>Image detection fixes regarding custom fields</li></ul><p>Changed:</p><ul><li>Removed deprecated functions</li><li>Removed unused options</li><li>Fixed file writing detection</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2016.02.22 – 4.8.0 – Major Update             | <p>Added:</p><ul><li>Empty search bar is supported (setting 0 character triggering)</li><li>It is possible to set column count and width for front-end settings boxes</li><li>Post date and custom field (ACF) date filtering is now possible</li><li>Excluding or including posts by date was added</li><li>The loader can be chosen to be displayed in the results box</li><li>Auto-poulating search results on page loading is now possible</li><li>Hiding the search bar and displaying settings only is now possible</li><li>An ajax page change detection script was implemented</li></ul><p>Changed</p><ul><li>Complete re-work of the core files, into a much better and safer structure.</li><li>A better method for processing hidden custom fields</li><li>Keyword suggestions now check substrings on no matches</li><li>It is now possible to create multiple custom field filters for the same custom field</li></ul><p>Fixed</p><ul><li>Term filtering related issue, when all terms selected, did not display CPM from other categories, even though they are not excluded</li><li>Empty link issues on “more results” link</li><li>Font importing issues fixed</li><li>An empty border fix for isotopic results</li><li>A category grouping bug fix</li><li>Download Monitor plugin compatibility fix</li><li>A scrollbar issue fix on front-end selectors</li><li>Fixed a bug with user roles exclusions</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2016.01.15 – 4.7.0 – Major Update             | <p>Added:</p><ul><li>Filtering by post tags is possible</li><li>It is possible to replace the default theme search now</li><li>Override now returns any type of result</li><li>BuddyPress XProfile fields search</li><li>Keyword exceptions menu on Advanced Options</li><li>Isotope layout gutter between items is adjustable now</li><li>Backend Options search added</li><li>Image Display mode is now changeable</li><li>Custom field filters with empty values are discarded now correctly</li></ul><p>Changed</p><ul><li>UI fix when facet change is activated, the settings won’t close</li><li>Horizontal results are much more appealing</li><li>Custom field filters use much less data for communication</li><li>Default options moved to globals</li><li>Back-end default loading performance enhancement</li></ul><p>Fixed</p><ul><li>Isotopic calculation fix for no-image items</li><li>“Try this” CSS fixed</li><li>Issue with category filter default values</li><li>Removed arbitrary calculations with horizontal results</li><li>Keyword highlighting fixed</li><li>More results link fix</li><li>A Visual Composer ajax bugfix</li><li>Fixed missing values when importing search settings</li><li>Context display performance fix</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2015.11.27 – 4.6.0 – Major Update             | <p>Added:</p><ul><li>Primary, Secondary sorting option added</li><li>Conditional CSS loader script added (experimental)</li><li>More animation options on Advanced Options panel</li><li>An adjustable background overlay for Compact mode (fixed layout)</li></ul><p>Changed</p><ul><li>Theme parser, moved to JSON data</li><li>SVG spinners removed due to deprication, NEW CSS3 spinners</li><li>Animations re-worked to full CSS3 with fallback</li><li>Animations CSS file is only used for dynamic CSS parser, reducing size over 90 per cent</li></ul><p>Fixed</p><ul><li>Missing translation ID fixes for both engines</li><li>Placeholder text position fix</li><li>Input margin, padding fixes</li><li>Incorrect top calculation added for relative positioned body elements</li><li>Override default WP results group fix, and post\_types array fix</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2015.11.05 – 4.5.5 – Minor Update             | <p>Added:</p><ul><li>Index table continue button and small stats snippet</li><li>Index table specific relevance options</li><li>Customizable date format</li><li>Added a filter to shortcodes taxonomy get\_terms() call</li><li>New image source: post format images</li></ul><p>Changed</p><ul><li>Removed polaroid script classie and modernizr dependency</li><li>Escaping method changes</li><li>Index table search apostrophe removal</li><li>Index table adjusted first word relevance</li></ul><p>Fixed</p><ul><li>Index table author related bug fix</li><li>Fixed placeholder alignment</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2015.09.28 – 4.5.4 – Minor Update             | <p>Added:</p><ul><li>Theme Loader added</li><li>Text type custom field added to custom field selectors</li><li>Isotopic navigation: supports large number of pages, slides back-forth</li><li>Index table engine CRON possibility</li><li>Result template files can be stored in the theme folder</li></ul><p>Changed</p><ul><li>Vertical results: Date and author are hidden by default now</li><li>Vertical results: Navigation fix, return button redirects to result</li><li>Index table improvements: does not store indexed documents in an array</li></ul><p>Fixed</p><ul><li>Index table: timeout fix, WPML fix, reversed term fix</li><li>Preview mode fix</li><li>A typo fixed in results\_layout.php: user\_login</li><li>Global multibyte (mbstring) function fixes</li><li>Results override function fix</li><li>OR checkbox logic fix</li><li>Keyword suggestion fixes: multisite support, wrong autocomplete in some cases</li><li>Horizontal result fix: no results text incorrectly appearing</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2015.09.28 – 4.5.3 – Minor Update             | <p>Added:</p><ul><li>New initialization wrapper, type.wrapper.js instead of inline scripts</li><li>Display content as context around the search phrase</li></ul><p>Changed</p><ul><li>The ajaxsearchpro localized variable changed to ASP</li><li>The scripts are now loaded to the footer</li><li>Custom field selector initializator moved to the main script file</li><li>Better content parsing for the image parser</li></ul><p>Fixed</p><ul><li>imageradio.class.php fixed a selection error where the plugins url is different</li><li>Fixed a WPML bug, where the post editor shows an error</li><li>More results link now doesn’t show if there are no results at all</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2015.09.21 – 4.5.2 – Minor Update             | <p>Added:</p><ul><li>Index table added an option to replace dash-like chars</li><li>Attachment term, caption search</li><li>Buddypress user search option replaced with global User search</li><li>Redirect click and enter to first matching result</li></ul><p>Changed</p><ul><li>Content and Excerpt are not selected in search\_content.class.php if not enabled</li></ul><p>Fixed</p><ul><li>Reverse search phrase property</li><li>Keyword double-escape fix</li><li>Index table floating issue, limit adjustment fix</li><li>Redirect click and enter bug fixed, where the ajax method won’t stop</li><li>Isotopic bugfix, where the content wont slide down</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2015.08.26 – 4.5.1 – Minor Update             | <p>Added:</p><ul><li>Tags as results</li><li>Affected post number for tag results</li></ul><p>Changed</p><ul><li>Script and style trimming from results</li></ul><p>Fixed</p><ul><li>Visual composer bugfix</li><li>FF and IE js bugfix</li><li>Show more link bugfix</li><li>Isotopic layout blur fix</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Version 4.5 – Major Update – 2015.08.11       | <p>Added:</p><ul><li>A new feature and engine: Index table search engine</li><li>User search is now possible</li><li>Attachment search is now possible</li><li>Search text button</li><li>Back-end category parent,child chooser</li><li>Input focuses on compact mode opening</li><li>Keyword suggestions and autocomplete sources: taxonomy terms and CPM</li><li>WooCommerce term image integration</li><li>Hidden input field type for custom field selectors</li><li>Exclusion of parent-child pages is now possible</li><li>Added a Help and Updates menu for more information</li><li>Dynamic strings are now translatable with WPML string translations</li><li>Update Notifications on the plugins menu</li></ul><p>Changed</p><ul><li>Major query optimizations for better performance</li><li>Adjustable author field for CPT results</li><li>Input box converted to flex display</li><li>Google autocomplete ajax migrated to JS</li><li>Custom field and Category selector output limit increased</li><li>WPML respects term translations</li><li>CSS files re-ordered</li><li>Some CSS classes changed with prefixes</li><li>Optimized some theme line heights</li><li>JS resize and scroll event optimizations</li><li>Better attempt on closing unclosed HTML tags in content</li><li>Result images are displayed as background images for better compatibility</li><li>Select item colorization and width changes</li><li>On multisite it is now possible to select all blogs with a checkbox</li></ul><p>Fixed</p><ul><li>Compact mode scrolling fixes</li><li>WooCommerce product variation URL fix</li><li>File system api instead of furl\_open</li><li>Stylesheet fixes</li><li>Back-end JS optimizations</li><li>Better input escaping</li><li>Margin, padding override fixes</li><li>Vertical results box height calculation fix</li><li>WMPL compatibility with custom ajax handler</li><li>Keyboard navigation fix for vertical results</li><li>Fix a script exclusion for IE<9</li><li>Multiselect custom post type selector fix</li><li>A rev-slider compatibility bugfix</li><li>Non-ajax pagination fix</li><li>Widget compatibility for WP4.3</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2015.03.18 – 4.0 – Major update               | <p>Added:</p><ul><li>Visual composer addon included</li><li>New menu: Export/Import settings</li><li>you can export all your search instances, or individual instance settings</li><li>New menu: Performance Tracking</li><li>track the search performance on your dashboard</li><li>New Shortcode: Two column shortcode</li><li>A search and a result box next to each other</li><li>Compact Layout Mode</li><li>on fixed, absolute and static page positions</li><li>Full RTL support</li><li>Result templating is now possible</li><li>each result type has it’s own template file</li><li>More options with Keyword suggestions and Autocomplete (post titles, tags)</li><li>It is now possible to rename/duplicate search instances</li><li>Better control over Javascript and CSS compatibility and size</li><li>Excluding categories and terms from category results is now possible</li><li>Search can be triggered on a Facet change (checkbox, slider, radio button…)</li><li>Individual result groups (terms, posts, buddypress results, etc..) can be ordered now.</li><li>Query Compatibility Options</li><li>You can fine tune the search query to force application level Unicode and UTF8 searches</li><li>Results now can be redirected to a new browser tab</li></ul><p>Changed</p><ul><li>Vertical results now support automatic height and the result image is surrounded with the description</li><li>Relevance is now less performance dependent</li><li>The ajax request now returns plain HTML instead of JSON (because of templating)</li></ul><p>Fixed</p><ul><li>A possible security issue on the backend</li><li>Massive CSS compatibility fixes</li><li>ABSPATH variable removed</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2014.11.27 – 3.5 – Major update               | <p>Added:</p><ul><li>Priority settings -> prioritizing results is now possible</li><li>Custom Frontend Fields -> Creation of Radio buttons, Dropboxes, Checkboxes, Range sliders connected with custom fields</li><li>Advanced Ajax Page Loader plugin compatibility options</li><li>Suggested keywords -> “Try these:” as seen on the demo</li></ul><p>Changed</p><ul><li>CSS files for search instances had been removed and replaced with a concatenated single CSS file</li><li>TimThumb removed and BFI image class had been added as main image handler</li></ul><p>Fixed</p><ul><li>CSS incompatibilities</li><li>Known JS bugs</li><li>Isotopic layout is now more stable</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2014.10.07 – 3.2 – Major update               | <p>Added:</p><ul><li>It is possible to change the search logic now: OR, OR with exact words, AND, AND with exact words</li><li>Categories and taxonomies can be returned as results</li></ul><p>Changed</p><ul><li>In Old internet explorer versions the search falls back to the default wordpress search box</li><li>Fixed a bug with the cache</li><li>Fixed a bug with the widget2014.09.19 – 3.1 – Minor updateAdded:</li><li>The plugin can now override (replace) the default WordPress search results on the results page!</li><li>BuddyPress support: Search in groups, users and activities</li><li>The ‘More results..’ and the default results URL is now customizable</li></ul><p>Changed</p><ul><li>Polaroid results fix for new chrome browsers</li><li>Custom ajax handler is now disabled by default due to some incompatibilities</li><li>The title search relevance has changed a bit</li><li>Fulltext search is disabled by default</li><li>Buddypress bugs fixed</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2014.08.04 – 3.0 – Major update               | <p>Added:</p><ul><li>New latout type: Isotopic</li><li>2 New theme groups: Underline and Simple</li><li>New retina ready SVG icons</li><li>WPML support</li><li>Google Analytics Integration module</li><li>Brand new backend</li><li>Scroll-to-results option</li><li>Keyboard navigation for vertical results</li><li>Multiple instances of search boxes are now possible</li><li>Better preview</li><li>Better compatibility module</li></ul><p>Changed:</p><ul><li>Shortcode buttons on the Post editor</li><li>Better image options and image handling</li><li>Smaller CSS files</li><li>Better javascript compatibility</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2014.03.12 – 2.4 – Major update               | <p>Added:</p><ul><li>Fulltext search capabilities</li><li>Fulltext indexing the posts table (post\_title, post\_content, post\_excerpt)</li></ul><p>Changed:</p><ul><li>A few bugs in the suggestions code</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2014.03.06 – 2.3 – Minor changes              | <p>Added:</p><ul><li>Polaroid styled results (experimental)</li><li>Shortcodes now strippable from results</li><li>Now supports pages with categories</li></ul><p>Changed:</p><ul><li>Some Buddypress/Nextgen compatibility issues solved</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2014.02.18 – 2.10 – Minor/Performance changes | <ul><li>Much better relevance sorting!</li><li>Overall performance rework – much faster ajax results</li><li>TimThumb available for faster image loading</li><li>Compatibility settings added – Inline styles and Non-minified javascript</li><li>Cache options reworked + Better image precache</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2014.01.10 – 2.00 – Major update              | <p>!!!Important – Older version users, please<br>delete your search instances and the plugin before installing!!!<br>Added:</p><ul><li>Search relevance with adjustable weights</li><li>Results filtering by custom taxonomies</li><li>Horizontal results</li><li>Result list placement to custom element via shortcode</li><li>Hooks – Filters & Actions added, full list in documentation</li></ul><p>Changed:</p><ul><li>Frontend layout – Many changes here</li><li>The frontend options bar can be set to left/right</li><li>Vertical/Horizontal result list</li><li>Better mobile device compatibility (tap/search button on keyboard)</li><li>Color change on result hovering</li><li>Better scrollbar</li><li>Search box height changeable</li><li>Search box margin changeable</li><li>Backend rework – better</li><li>Themes reworked</li><li>+\~40 new options on the backend</li><li>Backgroung gradient tool</li><li>Faster cache, better image cache</li><li>Nicer icons, better theme configurations</li><li>Better compatibility</li><li>\~50% less javascript</li><li>\~3x load performance</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2013.05.21 – 1.81 – Minor Update              | <ul><li>exact matches fix</li><li>some fixes on admin area</li><li>widget code fix</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2013.05.08 – 1.80 – Major Update              | <ul><li>11 new themes</li><li>Admin page fix</li><li>Caching, precaching</li><li>Better images</li><li>iPhone fix</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2013.04.16 – 1.70 – Major Update              | <ul><li>Error check module</li><li>Css fixes</li><li>Shortcode running in search result content</li><li>Strip tags</li><li>Better search on BBPress forums</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2013.04.16 – 1.65 – Minor Update              | <ul><li>menu structure fix</li><li>blog titles search added</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2013.02.13 – 1.60 – Major Update              | <ul><li>9 new minimal themes</li><li>minify fix, works with mobile</li><li>mobile typing fix</li><li>Search: custom fields as title and desc, multisite grouping fix</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2013.02.07 – 1.50 – Major Update              | <ul><li>Category selectors on the frontend</li><li>Category/Post type filtering</li><li>Search in comments</li><li>Exclude posts by id’s or categories</li><li>Stable, custom built jQuery for maximum compatibility</li><li>Better search algorithm</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2012.12.13 – 1.40 – Major Update              | <ul><li>Multisite support</li><li>Better admin interface, ajax powered</li><li>Autocomplete with statistics or google keywords</li><li>Touch device fixes</li><li>Possible enable/disable the triggering events</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2012.12.13 – 1.30 – Major Update              | <ul><li>WordPress 3.5 support</li><li>Show more results link added</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2012.11.22 – 1.25 – Minor Update              | <ul><li>jQuery outerheight fix</li><li>qTranslate support</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2012.11.21 – 1.2 – Major Update               | <ul><li>Search Statistics</li><li>Search in custom fields</li><li>2 new widgets – Last searches and Top searches</li><li>Default Search Text option added</li><li>Compatibility issues fix (with older versions of jQuery ui)</li><li>Faster image parsing</li><li>Better keywords parsing</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2012.11.14 – 1.1 – Major Update               | <ul><li>Buddypress Support added (search in groups, forums, users)</li><li>Search term highlighting on the frontend</li><li>Custom post types supported</li><li>New custom post type selector on the backend</li><li>Translation support for frontend selectors</li><li>Language selector for google keyword suggestions</li><li>The whole item area is now clickable</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| 2012.11.07 – 1.01                             | <ul><li>Error reporting issue fixed.</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |                                                                                                                                                                                                                                                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |


