Get WPFTS Pro today with 25% discount!

Pro license purchased on Jan 17, 2020 is suddenly invalid?! What's up?

Suggested Topics

  • Indexing add-on blocks

    General Discussion
    2
    0 Votes
    2 Posts
    389 Views
    L

    Here is the accordion.php code that creates the faq entries.

    accordion.php.txt

    I added the code from the documentation to my function.php in the child theme, but of course this is not a post type I'm dealing with, but a page with an add-on.

    /** * This snippet adds metadata of "employee" post to search index */ add_filter('wpfts_index_post', function($index, $post) { global $wpdb; // Basic tokens /* * This piece of code was commented out intentionally to display things * which was already done before in the caller code $index['post_title'] = $post->post_title; $index['post_content'] = strip_tags($post->post_content); */ if ($post->post_type == 'employee') { // Adding new token "employee_data" specially for posts of type "employee" $data = array(); $data[] = get_post_meta($post->ID, 'address', true); $data[] = get_post_meta($post->ID, 'phone', true); $data[] = get_post_meta($post->ID, 'name', true); $data[] = get_post_meta($post->ID, 'function', true); $index['employee_data'] = implode(' ', $data); } return $index; }, 3, 2);
  • languages

    General Discussion
    7
    0 Votes
    7 Posts
    583 Views
    I

    @ismacuasni

    Yes! All perfect. Thanks!

  • Custom Directory

    General Discussion
    2
    0 Votes
    2 Posts
    598 Views
    EpsilonAdminE

    Hi @rgm_b

    Currently, the plugin works with the database, not with the physical location of the files. Actually, it does not matter where the file is stored - it will index all the files that are in WP Media Library.

    So the best way to index the folder with files - just to upload these files into the WP Media Library. Is it a problem to do that with your app?

  • Working with BuddyDrive ?

    General Discussion
    1
    0 Votes
    1 Posts
    528 Views
    No one has replied
  • License Key

    General Discussion
    2
    1 Votes
    2 Posts
    625 Views
    EpsilonAdminE

    Once purchased, the system should send you a couple of letters from the store. There you will see the bill report and also the license key.

    If you didn't get a letter, please check your spam box. Also, you can find your license key on your account page at https://fulltextsearch.org/my-account/.

    If you still have issues with it, please put a message in the Live Chat on the https://fulltextsearch.org main page. Thanks!

Be the first to read the news!

We are always improving our products, adding new functions and fixes. Subscribe now to be the first to get the updates and stay informed about our sales! We are not spammy. Seriously.

Join Us Now!

We are a professional IT-team. Many of us have been working in a Web IT field for more than 10 years. Our advanced experience of software development has been employed in the creation of the WordPress FullText Search plugin. All solutions implemented into the plugin have been used for 5 or more years in over 60 different web-projects.

We are looking forward to your comments, requests and suggestions in relation to the current plugin and future updates.

ewm-logo-450

The forum powered by NodeBB | Contributors