Get WPFTS Pro today with 25% discount!

Subcategories

  • A short guide which help you to fix possible issues with WPFTS Pro

    3 Topics
    3 Posts
    EpsilonAdminE
    If, for any queries, you cannot see the files in the search results (and in some cases, even publications (posts) are not displayed in the search results too), then most likely the plugin conflicts with another plugin or with the settings of the theme itself, or your files simply cannot be indexed. To detect the exact reason and solve the problem, please do the following: Make sure that the files you are trying to find using the search widget on the frontend of your website are stored in the WordPress Media Library. Without special settings, the WPFTS Pro plugin should only index files that are saved in the WP Media Library. If your files are indeed in the WP Media Library, then you need to check if the text content is extracted from the files correctly. Select one of the files and go to its Edit Attachment page. On this page, find the "WPFTS Extracted Content" box. Make sure this box contains the text that was inside your file. If this is not the case, you will probably see an error message above the window explaining why the specific content was not retrieved. Possible reasons are: wrong license key (or not active license) or the file is not extractible. [image: 1602812258880-e20201016-063723-001-1.png] Do you see the extracted text and still can not find files by content? Then go further. Click the Plugins item in the main WP-Admin menu and look for plugins that might affect search functionality. You've probably tried some other search-related plugins before installing WPFTS Pro but haven't yet deactivated them. Now you need to disable them all (at least while you are trying to work with WPFTS). Different search plugins always tend to conflict with each other. Then try to search again. If that doesn't help, then go to your theme's settings and look for search-related options. If your theme allows you to disable those search options, do so. If the above did not help, check with your developer if he uses WP hooks typical for search and filtering, such as pre_get_posts and others, in his custom code. If so, you will need to ask him to disable these pieces of code (probably temporarily). Still not working? Feel free to post a new question on the forum in the "Bugs and Fixes" section.
  • Full Site Editing Theme - Theme Compatibility Hook

    13
    0 Votes
    13 Posts
    355 Views
    EpsilonAdminE
    Hi @inkedraskal Great, thank you. We going to release this version officially in some days. Thanks!
  • Able to delete from index

    10
    0 Votes
    10 Posts
    440 Views
    A
    @EpsilonAdmin I don't see the error anymore. Give me a day to troubleshoot further
  • When will the search by publication date feature be available?

    2
    0 Votes
    2 Posts
    272 Views
    EpsilonAdminE
    Hi @Simply_Friend Thank you for the question. Actually it's not planned to be added to the plugin core, because this feature (search by date FROM - TO) is already implemented in WP Native search (in WP_Query()). So you can search with date using WP_Query parameter date_query. Here is the topic: https://developer.wordpress.org/reference/classes/wp_query/#date-parameters Another question is if you want date picker fields to be added next to the text query field in the search widget. This is fairly easy to do for the average WP developer. There are probably some visual constructors to do this, but I can’t recommend anything here - if you find a solution, please write. It will be useful for other users. We don't plan to add a search form builder to the core functionality of WPFTS because we don't want to compete with Elementor / Beaver Builder / Visual Builder etc etc, although we will probably do a detailed tutorial on how to use the builders to make a search widget with additional fields. Hope this helped you. Thanks!
  • how to add buttons to the search engine

    5
    1 Votes
    5 Posts
    815 Views
    EpsilonAdminE
    @guarani23 Can you send me access to your website to the private messages? I can make a code, it's really simple.
  • DB table size?

    6
    0 Votes
    6 Posts
    926 Views
    EpsilonAdminE
    Hi @ALG1970 Yes, it was another bug. I've just updated the plugin to version 1.59.211 that should fix the issue. The "_tp" table should not grow anymore. Also this should not make any additional load to the server. Please update WPFTS and give it another chance. Thank you, let me know if this goes fine now.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • WPML compatibility

    1
    0 Votes
    1 Posts
    754 Views
    No one has replied
  • How to index post tags and have results

    1
    1 Votes
    1 Posts
    584 Views
    No one has replied
  • Custom Gutenberg block with ACF missed from search results

    3
    0 Votes
    3 Posts
    1k Views
    I
    @epsilonadmin custom block. Here is info how to create block - https://www.advancedcustomfields.com/blog/acf-5-8-introducing-acf-blocks-for-gutenberg/ So we register new block, assigned fields for this block. We add block on page. When I try to search phrase from one of these field - page not added to search result
  • Problem with ACF generated fields

    3
    0 Votes
    3 Posts
    950 Views
    D
    @epsilonadmin Thanks! It does!!! It works. Thanks for your hard work!!!
  • Filter and sort result list

    4
    0 Votes
    4 Posts
    921 Views
    EpsilonAdminE
    Hi @ilocimwca It's simple to do with this addon https://fulltextsearch.org/wpfts-addon-files-only-1.0.1.zip It contains some code to limit post_type to 'attachment' only: add_action('pre_get_posts', function(&$wpq) { if ($wpq->is_search && $wpq->is_main_query()) { $wpq->set('post_type', array('attachment')); $wpq->set('post_status', array('inherit')); } }); Pretty simple. If you want to set up your own post_types, just modify this code. You can read about full WP_Query() parameters at the Wordpress official documentation.
  • Can I exclude files from being indexed?

    1
    0 Votes
    1 Posts
    811 Views
    No one has replied
  • Search Field is displaying pre-populated options

    2
    0 Votes
    2 Posts
    956 Views
    EpsilonAdminE
    Hi, @wonderbuild Should be you are using the "WPFTS :: Live Search" widget. This widget is intended to show this live search data. If you don't want them, simply use the native WP Search widget. Hope it helps.
  • Does 7-Day Free Trial Require UpFront Purchase?

    2
    0 Votes
    2 Posts
    878 Views
    EpsilonAdminE
    Hi @vhutheesing No, you shouldn't pay. Just get your copy for free and make experiments with it. If you don't like what happens - just remove it and that's it. No need to pay or cancel something. https://fulltextsearch.org/evaluation/
  • 1 Votes
    1 Posts
    931 Views
    No one has replied
  • number of results for a WPFTS Pro search

    3
    1 Votes
    3 Posts
    1k Views
    D
    Thank you, works like a charm. Much appreciated!
  • installed but results doesn't seems to be ok.

    2
    0 Votes
    2 Posts
    1k Views
    EpsilonAdminE
    Sorry, I just detected your message. Please could you follow this small guide? If it does not help, write to me here again. I will need to know the theme you're using and, possibly, the URL of your website to make some checks.
  • Altering the way Search Results are displayed.

    4
    0 Votes
    4 Posts
    1k Views
    EpsilonAdminE
    Correct, you can justify the styling of the Smart Excerpt part using CSS block in the WPFTS Pro Settings / Search & Output. Your webmaster can use it. Other parts of the search results page are not accessible for the plugin.
  • Does the plug-in support Korean search?

    2
    0 Votes
    2 Posts
    918 Views
    EpsilonAdminE
    It should work with Korean because it works with UTF-8 encoding.

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