• I just installed Advanced woo search and there is not a list of possible search sources showing.

    Based on instructions there should be a list including title, description etc.

    There is only an empty box showing under main settings.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hello,

    Yes, you are right. There must be the list of search sources. Strange that you don’t see it.

    In this case can you please follow these steps:

    1. Open wp-config.php file

    2. Find define ( ‘WP_DEBUG’, false ); and change it to define( ‘WP_DEBUG’, true ); if its already not in this state

    3. Place

    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', false );

    just after define( ‘WP_DEBUG’, true );

    4. After just open plugin settings page one more time and write me about any errors that you will see inside your debug.log file.

    Regards

    • This reply was modified 4 years, 2 months ago by ILLID.
    • This reply was modified 4 years, 2 months ago by ILLID.
    Thread Starter madgeshatbox

    (@madgeshatbox)

    I’m not comfortable doing anything in my wp-config.php file. I will just delete the plugin.

    Thread Starter madgeshatbox

    (@madgeshatbox)

    So I have the plugin now working. It was another issue. The search is now working but it’s pulling a lot of items that don’t relate to the search. If I put in black hat or “black hat” it’s pulling up almost all of my hats. I have the search set to use just title and tags.

    Plugin Author ILLID

    (@mihail-barinov)

    So default plugin behavior is to use OR search logic. This means that if, for example, you search for “black hat”, you will see all products that have at least one of searching words inside.

    With the PRO plugin version it is also possible to switch to AND search logic. So in your example query “black hat” will show only products that have both words inside.

    Read more about search logic:?Search operators and rules.

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Search Sources not showing’ is closed to new replies.