SearchWP - Instantly Improve Your Site Search

SearchWP - Instantly Improve Your Site Search v4.4.0

No permission to download

dr_ghost

New member
Jun 14, 2022
0
0
0
I test it on a Ubuntu virtual machine VMWare PHP7.4 WP 5.8.1 and the Indexer is stuck at 0% and not progressing. The option "Use alternate engine" on the Advanced panel is missing.
So I try :
add_filter( 'searchwp_alternate_indexer', '__return_true' ); on the functions.php

but that do not solve the issue.

"The index does not appear to be building, you may want to enable the alternate indexer: ...."
(I waited 2 hours and nothing happen. I only have one post :) on my WP)

Any ideas ?
I also do not work.
Apache 2.4 - PHP 8.0 and gnix and php 7.4
Mysql 8.0 and mysql 10
 

dr_ghost

New member
Jun 14, 2022
0
0
0
I found the problem. For some reason, the plugin did not work with Autoptimize and W3 Total Cache. At first I turned off these plugins, then turned on and cleaned all caches. Now the search is running
 

Karltoto

Member
Jun 26, 2020
41
23
8
I found the problem. For some reason, the plugin did not work with Autoptimize and W3 Total Cache. At first I turned off these plugins, then turned on and cleaned all caches. Now the search is running

I make a test with a brand new install of WordPress and only SearchWP without better luck. SearchWP stay stuck at 0%. I think the SSL auto signed certificate is the problem.
 

Karltoto

Member
Jun 26, 2020
41
23
8
Hello, someone use "SearchWP Shortcodes" ?
I tried it but none of my shortcodes work, unless I put them in a do_shortcode :-( :(
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,136
111,746
120
Tomz updated SearchWP - Instantly Improve Your Site Search with a new update entry:

SearchWP v4.2.2 + Addons

Download SearchWP v4.2.2 - Instantly Improve Your Site Search Nulled Free
v4.2.2

  • [New] Extensions admin page to install, activate and deactivate SearchWP extensions in one click
  • [Improvement] Performance improvement when getting engines configuration
  • [Fix] Search terms highlighting doesn\'t work well with quoted searches
  • [Fix] Posts are not dropped from the index when a taxonomy term is deleted from the site
  • [Fix] Stemming...

Read the rest of this update entry...
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,136
111,746
120
Tomz updated SearchWP - Instantly Improve Your Site Search with a new update entry:

SearchWP v4.2.3 + Addons

Download SearchWP v4.2.3 - Instantly Improve Your Site Search Nulled Free
v4.2.3
[Improvement]
Performance improvement when getting \'post__in\' and \'post__not_in\' ids
[Fix] Synonyms work incorrectly when AND search logic is applied
[Fix] Posts are not dropped from the index when a taxonomy term is updated
[Fix] Quoted searches give too broad results on custom fields
[Fix] Quoted searches query has redundant subqueries
[Fix] Cross-site search...

Read the rest of this update entry...
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,136
111,746
120
SearchWP Live Ajax Search v1.7.1
 

Attachments

  • searchwp-live-ajax-search171.zip
    707.7 KB · Views: 14
  • Like
Reactions: Japan

leroy

Active member
Feb 18, 2021
171
64
28
@Tomz thank you for your upload in lasted upload asking activation but it's working correctly...
 

acidgruvz

New member
Jul 27, 2020
12
19
3
License.php fix:

PHP:
/**
     * Activates the submitted license key.
     *
     * @since 4.0
     * @param string $key The license key to activate.
     * @return array|boolean The result of activation.
     */
    public static function activate( $key ) {
        /*
        $api_params = [
            'edd_action' => 'activate_license',
            'license'    => $key,
            'item_name'  => rawurlencode( SEARCHWP_EDD_ITEM_NAME ),
            'url'        => home_url(),
        ];

        $response = wp_remote_post(
            SEARCHWP_EDD_STORE_URL,
            [
                'timeout'   => 15,
                'sslverify' => false,
                'body'      => $api_params,
            ]
        );
        */

        $parsed_response = ['success' => true, 'data' => 'YOU MAKE ME A SAD PANDA', 'type' => 2, 'status' => 'valid', 'expires' => '01-01-2099', 'remaining' => '100 years', 'key' => 'YOU-MAKE-ME-A-SAD-PANDA' ];
        //pre($parsed_response);
        //echo '<pre>' . var_export($parsed_response, true) . '</pre>';
        //exit();
        
        if ( $parsed_response['success'] ) {
            //self::$data = array_merge( $parsed_response['data'], [ 'key' => $key ] );
            Settings::update( 'license', $parsed_response);
        } else {
            Settings::update( 'license', false );
        }

        //pre($parsed_response);
        //echo '<pre>' . var_export($parsed_response, true) . '</pre>';
        //exit();
        return $parsed_response;
    }

then just go and activate with any string
 
  • Love
Reactions: leroy

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu