• Resolved pmg

    (@pguinote)


    Since we updated CAT to PAGES WUD, the search function in the admin area stopped working. It returns no pages or posts…
    In the URL parameter, when we do a search (for Portugal in this example) is:

    …/wp-admin/edit.php?s=portugal&post_status=all&post_type=page&action=-1&m=0&categories&paged=1&action2=-1

    The “categories” is what’s causing the issue. If we remove “categories&” from the URL, the search starts working

    If we have the TAGS activated in CP WUD the URL is

    …//wp-admin/edit.php?s=portugal&post_status=all&post_type=page&action=-1&m=0&categories&tags&paged=1&action2=-1

    Again, the missing values in “categories” and “tags” are causing the conflict.

    If we disable the whole plugin, the search starts to work…

    Is there any solution?

    Thank

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

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

    (@wistudatbe)

    Hello,
    What was the previous version, before the update?
    Regards, Danny

    Plugin Author AccountClosed

    (@wistudatbe)

    If i search in the admin like the “about” page, its working well:
    wp-admin/edit.php?s=about&post_status=all&post_type=page&action=-1&m=0&categories&tags&paged=1&action2=-1
    Regards, Danny

    Thread Starter pmg

    (@pguinote)

    I don’t know what was the previous version, but we update the plugins regulary.

    Could it be because of the fact that we have the WordPress in Portuguese language?
    The theme we are using is Townpress but in the frontoffice, the seacrh works well, so it is not a matter of te theme.
    The WordPress version is 4.9.7 (it was automatyicly updated a few days ago)

    Is the WordPress search works well with you, the only diference that I see is the language… could this be the problem?

    If we put this in the URL (without categories and tags) and hits Enter, it works well:
    …//wp-admin/edit.php?s=portugal&post_status=all&post_type=page&action=-1&m=0&paged=1&action2=-1

    Thank you very much

    Plugin Author AccountClosed

    (@wistudatbe)

    I have set my test site in Dutch and could search without a problem.
    I suppose that another plugin is disturbing the search on your admin panel.
    The &categories&tags is there because the page categories and tags are enabled as unique.
    So it’s a normal behavior that wordpress includes this when you search in the admin.

    Can you disable one by one your other plugins and see or the search works again?
    Or (if not too much in quantity) can you give me a list of the installed plugins?

    Regards, Danny

    Plugin Author AccountClosed

    (@wistudatbe)

    Did you found anything else?
    Was it another plugin/ language / .. ?
    Regards,
    Danny

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Search not working in admin page’ is closed to new replies.