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

Search would be more useful if it searched inside partitions (PowerQuery code) as well #663

Closed
WayneGibbings opened this issue Sep 19, 2022 · 2 comments
Labels
issue: bug Confirmed as a bug in TE3
Milestone

Comments

@WayneGibbings
Copy link

For example - I want to find if a certain table is referenced inside a model that has dozens of queries - it would be useful if I could open Tabular Editor and use the Find function to search across the entire model including the PowerQuery code that is visible in the partitions

@otykier
Copy link
Collaborator

otykier commented Sep 19, 2022

You're right, and in fact it was always the intention that selection "Expressions" in the Find options dropdown, should also allow searching partition queries. As a workaround, until we get this fixed, use Dynamic LINQ. I.e. to find a partition that contains the word "select", type the following in the search box:

:Query.Contains("SELECT", StringComparison.OrdinalIgnoreCase)

@otykier otykier added the issue: bug Confirmed as a bug in TE3 label Sep 19, 2022
@otykier otykier added this to the 3.3.6 milestone Oct 3, 2022
@otykier
Copy link
Collaborator

otykier commented Nov 11, 2022

Fixed in 3.3.6!

@otykier otykier closed this as completed Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug Confirmed as a bug in TE3
Development

No branches or pull requests

2 participants