Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make selected tables filterable #374

Open
Zodiac1978 opened this issue Feb 8, 2022 · 1 comment
Open

Make selected tables filterable #374

Zodiac1978 opened this issue Feb 8, 2022 · 1 comment

Comments

@Zodiac1978
Copy link

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.

@Zodiac1978
Copy link
Author

Zodiac1978 commented Mar 4, 2022

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();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant