Redirection manager is unable to export more than 1000 records

#15696
  • Resolved jorge
    Rank Math free

    To the matter: The Redirection manager is unable to export more than 1000 records, may you tell me what’s the table name to extract them manually from the DB?

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    You can use the following filter on your theme’s functions.php file to control the number of redirections that are processed at once:

    /**
     * Number of items to import per run.
     *
     * @param int $items_per_page Default 100.
     */
    add_filter( 'rank_math/importers/items_per_page', function( $items_per_page ) {
     return $items_per_page;
    });

    For direct export, please check the following table {database_prefix}_rank_math_redirections

    Looking forward to helping you. Thank you.

    ​​​​​​​

    jorge
    Rank Math free

    Also, the export is adding backslashes before every hyphen character, is that normal?

    I was trying to import a CSV to my server (Kinsta), but those backslashes make the redirections useless, is there a workaround Michael?

    • This reply was modified 4 years, 6 months ago by jorge.

    Hello,

    Thanks for getting back to us.

    I am not quite sure that it is intended behavior for the plugin to escape the hyphen character but I have raised this with our dev team and we will be getting back to you in a short while.

    We appreciate your patience. Thank you.

    Todd
    Rank Math free

    Hello Michael,

    Yes, this is completely normal to “escape” the special characters.

    You can do a find and replace to get rid of them all at once.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)

The ticket ‘Redirection manager is unable to export more than 1000 records’ is closed to new replies.