Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Ajay

    (@ajay)

    Adam,

    Thanks for reporting this. I was able to duplicate this problem as well.

    Looks like an issue with the Seamless integration mode that I added in the last version of the plugin.
    If you disable it, the media searches fine.

    I’ll work on a fix.

    Plugin Author Ajay

    (@ajay)

    Hi,

    Can you please try editting the file better-search.php lines 959 and 979 to this.

    if ( $wp_query->is_search && $bsearch_settings['seamless'] && !is_admin() ) {

    I added an extra check to only run the search function if it isn’t in the Admin panel.

    Thread Starter Adam

    (@adamgross)

    Hmm, lines 959 and 979 don’t look right, can you send a few more lines of context? Or a function name to edit?

    Thread Starter Adam

    (@adamgross)

    Ah, figured it out – yep this conditional works!

    Plugin Author Ajay

    (@ajay)

    Adam,

    Thanks for confirming. I’m going to release a version with this fixed.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Better Search breaks Media Library search’ is closed to new replies.