Add search (or semantic search) for saved SQL queries in the SQL editor #41666
Unanswered
kc-hsh-value
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey team,
I wanted to suggest a small but really useful improvement to the SQL editor.
Once a project grows, it’s easy to end up with dozens (or hundreds) of saved queries. Right now there’s no way to search through them besides using the title, so finding a specific query means manually scrolling and opening them one by one.
It would be super helpful to have:
• basic keyword search over query names / contents, and optionally
• semantic search (e.g. typing “user growth” or “monthly revenue” and getting relevant queries)
This would make working with larger projects way smoother.
All reactions