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

Include Option instead of Exclude Option for Search Tables #436

Open
pgrill79 opened this issue Dec 6, 2024 · 0 comments
Open

Include Option instead of Exclude Option for Search Tables #436

pgrill79 opened this issue Dec 6, 2024 · 0 comments
Milestone

Comments

@pgrill79
Copy link

pgrill79 commented Dec 6, 2024

I have the #exclude-table-from-search option to exclude tables from a search - but i think the other way round would make more sense, because nomrally you have 3-4 main artefacts (tables) to search. In our case: Animals, Clients and Samples.

But i have about 50 relation tables / view ... if i now only want to seach for animals, clients and samples, i have to add 47 tables to the exclude array, and if i add a new table i have to think to add this table as well.

I think it would be better to explicitely tell which tables to search for - so in our case Animals, Clients and Samples.
If the array is empty, all tables should be search

@aeberhart aeberhart added this to the 5.4 milestone Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants