Get WPFTS Pro today with 25% discount!

installed but results doesn't seems to be ok.

Frequently Asked Questions
2 2 1.1k 2

  • I've installed the plugin with an evaluation key. I've got 5 day left to test.
    Indexing is ok but when i use my front search the result skip the .pdf indexed.
    Here's my search form :

    <form method="get" class="cmt-site-searchform" action="https://v2.cresitt.com">
    <div class="w-search-form-h">
    <div class="w-search-form-row">
    <div class="w-search-input">
    <input type="search" class="field searchform-s" name="s" placeholder="Rechercher...">
    <button type="submit"><span class="cmt-duplexo-icon-search"></span></button>
    </div>
    </div>
    </div>
    </form>
    

    Do i need anything else ?


  • 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.

Suggested Topics

  • How to index post tags and have results

    Frequently Asked Questions
    1
    1 Votes
    1 Posts
    584 Views
    No one has replied
  • 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
  • Filter and sort result list

    Frequently Asked Questions
    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.
  • number of results for a WPFTS Pro search

    Frequently Asked Questions
    3
    1 Votes
    3 Posts
    1k Views
    D
    Thank you, works like a charm. Much appreciated!
  • 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.

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