• Need to be able to search for a domain using the %LIKE% operator in the mapped domain list or be able to page through all of them. Currently you have to go into the database to delete an entry beyond the first 20 mapped domains.

    • This topic was modified 7 years, 6 months ago by blankride.
    • This topic was modified 7 years, 6 months ago by blankride.
    • This topic was modified 7 years, 6 months ago by blankride.
    • This topic was modified 7 years, 6 months ago by blankride.
Viewing 1 replies (of 1 total)
  • This is an issue for me as well.

    Once you progress past 20 sites it’s not a very user intuitive view.

    Went through the plugin to search for the appropriate line:

    $rows = $wpdb->get_results( “SELECT * FROM {$wpdb->dmtable} ORDER BY id DESC LIMIT 0,20” );

    Where I suppose you could change the DESC LIMIT 0,20 to DESC LIMIT 0,100 or some such value of larger quantity to be able to see all available domains.

    Not sure why you would want it to stop at 20 without pagination, but there it is.

Viewing 1 replies (of 1 total)
  • The topic ‘Search for Domain needs exact domain, can’t see full list’ is closed to new replies.