Ajax Search Lite - Version 4.9.1

Version Description

  • Fixed: Category exclusions sometimes caused missing results
Download this release

Release Info

Developer wpdreams
Plugin Icon 128x128 Ajax Search Lite
Version 4.9.1
Comparing to
See all releases

Code changes from version 4.9 to 4.9.1

ajax-search-lite.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Ajax Search Lite
4
  Plugin URI: http://wp-dreams.com
5
  Description: The lite version of the most powerful ajax powered search engine for WordPress.
6
- Version: 4.9
7
  Author: Ernest Marcinko
8
  Author URI: http://wp-dreams.com
9
  Text Domain: ajax-search-lite
@@ -26,8 +26,8 @@ define(
26
  str_replace('http://', 'https://', plugin_dir_url(__FILE__)) : plugin_dir_url(__FILE__)
27
  );
28
  define('ASL_URL_NP', str_replace(array("http://", "https://"), "//", plugin_dir_url(__FILE__)));
29
- define('ASL_CURRENT_VERSION', 4745);
30
- define('ASL_CURR_VER_STRING', "4.9");
31
  define('ASL_DEBUG', 0);
32
  define('ASL_DEMO', get_option('wd_asl_demo', 0) );
33
 
3
  Plugin Name: Ajax Search Lite
4
  Plugin URI: http://wp-dreams.com
5
  Description: The lite version of the most powerful ajax powered search engine for WordPress.
6
+ Version: 4.9.1
7
  Author: Ernest Marcinko
8
  Author URI: http://wp-dreams.com
9
  Text Domain: ajax-search-lite
26
  str_replace('http://', 'https://', plugin_dir_url(__FILE__)) : plugin_dir_url(__FILE__)
27
  );
28
  define('ASL_URL_NP', str_replace(array("http://", "https://"), "//", plugin_dir_url(__FILE__)));
29
+ define('ASL_CURRENT_VERSION', 4746);
30
+ define('ASL_CURR_VER_STRING', "4.9.1");
31
  define('ASL_DEBUG', 0);
32
  define('ASL_DEMO', get_option('wd_asl_demo', 0) );
33
 
includes/classes/search/class-asl-query.php CHANGED
@@ -134,7 +134,7 @@ if (!class_exists('ASL_Query')) {
134
  // ADVANCED
135
  '_post_get_content' => false,
136
  '_post_get_excerpt' => false,
137
- '_post_allow_empty_tax_term' => false,
138
  '_post_use_relevance' => true,
139
  // Special post tag filtering
140
  '_post_tags_active' => false,
134
  // ADVANCED
135
  '_post_get_content' => false,
136
  '_post_get_excerpt' => false,
137
+ '_post_allow_empty_tax_term' => true,
138
  '_post_use_relevance' => true,
139
  // Special post tag filtering
140
  '_post_tags_active' => false,
includes/classes/search/class-asl-search-cpt.php CHANGED
@@ -622,7 +622,6 @@ if ( ! class_exists( 'ASL_Search_CPT' ) ) {
622
 
623
  $querystr = $this->build_query( $this->parts );
624
  $querystr = apply_filters('asl_query_cpt', $querystr, $args, $args['_id'], $args['_ajax_search']);
625
-
626
  $all_pageposts = $wpdb->get_results( $querystr, OBJECT );
627
 
628
  // Get the real count, up to 500
622
 
623
  $querystr = $this->build_query( $this->parts );
624
  $querystr = apply_filters('asl_query_cpt', $querystr, $args, $args['_id'], $args['_ajax_search']);
 
625
  $all_pageposts = $wpdb->get_results( $querystr, OBJECT );
626
 
627
  // Get the real count, up to 500
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://wp-dreams.com
4
  Tags: search, better wordpress search, search plugin, relevance search, widget, Post, ajax search, search filter, wp ajax search, custom fields search, better search, ajax search plugin, wp search, wp search plugin, filter, relevant search plugin, wordpress search, Live Search, shortcode, google, autocomplete, suggest, woocommerce, woocommerce search, product, product search, custom search, ajax, suggest, autosuggest, search autocomplete, live, plugin, sidebar, product tag search, products, woocommerce tag search, WooCommerce Plugin, shop, search by sku, relevant search, highlight, term, image, custom search, ecommerce, Predictive Search, search product, shop, typehead, suggest, instant-search
5
  Requires at least: 3.5
6
  Tested up to: 5.7
7
- Stable tag: 4.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -105,6 +105,9 @@ and will let you know what to do.
105
  2. Administrator area - nice and smooth
106
 
107
  == Changelog ==
 
 
 
108
  = 4.9 =
109
  * Added: Keyword highlighting and scrolling on the single results page
110
  * Added: JS hooks
4
  Tags: search, better wordpress search, search plugin, relevance search, widget, Post, ajax search, search filter, wp ajax search, custom fields search, better search, ajax search plugin, wp search, wp search plugin, filter, relevant search plugin, wordpress search, Live Search, shortcode, google, autocomplete, suggest, woocommerce, woocommerce search, product, product search, custom search, ajax, suggest, autosuggest, search autocomplete, live, plugin, sidebar, product tag search, products, woocommerce tag search, WooCommerce Plugin, shop, search by sku, relevant search, highlight, term, image, custom search, ecommerce, Predictive Search, search product, shop, typehead, suggest, instant-search
5
  Requires at least: 3.5
6
  Tested up to: 5.7
7
+ Stable tag: 4.9.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
105
  2. Administrator area - nice and smooth
106
 
107
  == Changelog ==
108
+ = 4.9.1 =
109
+ * Fixed: Category exclusions sometimes caused missing results
110
+
111
  = 4.9 =
112
  * Added: Keyword highlighting and scrolling on the single results page
113
  * Added: JS hooks