• Resolved Pat Harvey

    (@patchh)


    Would it be possible prevent the plugin changing searches carried out in the admin section.

    Our site uses Flatsome theme. The builder for this theme allows you to create re-usable blocks (which are a custom post type). Within the builder you need to search for the block you want to add. But the search only returns the results that are specified in the wp-extend-search plugin (which does not include what we need).

    So my question is whether we can prevent the plugin intercepting searches from the back end… or failing that if there is a way we could prevent it filtering searches carried out by administrators (that would also work for me).

    Thanks

    Patch

Viewing 1 replies (of 1 total)
  • Plugin Author Sumit Singh

    (@5um17)

    Hi Patch,

    This plugin alter the query globally but excludes back-end calls. But Ajax request are supported by default. I have excluded many WP actions and major plugin actions.
    I am not aware of the action name used by Flatsome. Since it is paid theme I don’t have access to files, if you can reach out to the support of Flatsome and ask them what is the Ajax action of the request that is causing issue then I can fix it.

    If this is not the option, is it possible for you to share the zip file of theme so I can setup and check?

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Prevent Plugin filtering on searches in admin section’ is closed to new replies.