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

Feature request: iterative code search #136997

Closed
MichaelTontchev opened this issue Nov 11, 2021 · 1 comment
Closed

Feature request: iterative code search #136997

MichaelTontchev opened this issue Nov 11, 2021 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@MichaelTontchev
Copy link

I have a scenario where I need to search some code and open tasks based on complex results:

  • Search for files that contain any of 3-4 different functions in them
  • Concatenate that result set
  • Within that combined result set, search for an OnCall attribute in those files
  • Using this final list of results, determine whether the OnCall attribute has enough file coverage to be able to use it to open tasks for teams to update their usage of these functions

This is just one case where being able to execute further searches on an initial result set would have been useful.

@roblourens
Copy link
Member

roblourens commented Nov 12, 2021

#118128

You may also find Search Editors useful

@roblourens roblourens added info-needed Issue requires more information from poster *duplicate Issue identified as a duplicate of another issue(s) and removed info-needed Issue requires more information from poster labels Nov 12, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Dec 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants