You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a huge Multisite with 160+ sites and sometimes things happen (like GDPR changes) and we need to adjust some text. We couldn't centralize this, because every site has different needs.
So I would like to use this tool. With so many tables the search & replace duration is long. Very long.
I can just include columns like post_content and I can use selected tables, but I still need to click every single table. With 160+ sites this is not very easy. Why not adding a filter feature, to choose every table containing a chosen string, so I can filter the list for "_posts" for example. This would speed up the search & replace.
The text was updated successfully, but these errors were encountered:
At the moment I found a workaround with jQuery and some selector magic, like this to just show the options (as example) table (through the browser console): jQuery( "option:not([value$='_options'])" ).remove();
I have a huge Multisite with 160+ sites and sometimes things happen (like GDPR changes) and we need to adjust some text. We couldn't centralize this, because every site has different needs.
So I would like to use this tool. With so many tables the search & replace duration is long. Very long.
I can just include columns like
post_content
and I can use selected tables, but I still need to click every single table. With 160+ sites this is not very easy. Why not adding a filter feature, to choose every table containing a chosen string, so I can filter the list for "_posts" for example. This would speed up the search & replace.The text was updated successfully, but these errors were encountered: