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

Create an index of commonly filtered values and show them on auto-complete inputs #530

Open
edwinmp opened this issue May 25, 2021 · 5 comments

Comments

@edwinmp
Copy link
Collaborator

edwinmp commented May 25, 2021

image

We may need to initially pull them from existing datasets

@edwinmp edwinmp changed the title Create an index of commonly filtered values and show them on auto-complete dropdowns Create an index of commonly filtered values and show them on auto-complete inputs May 25, 2021
@edwinmp
Copy link
Collaborator Author

edwinmp commented May 25, 2021

@dean-breed @Duncan-Knox this would be how we meet you halfway on your request.
@akmiller01 I think this is doable but I could use a second opinion.

@edwinmp edwinmp added this to Backlog in Phase Two Features via automation May 25, 2021
@akmiller01
Copy link
Contributor

Yes if the strings are indexed, it shouldn't be too heavy of a lift to select distinct(column_x) from repo.dataset_y;

If we wanted to try pushing the boundaries, we could even facet certain fields at any given step in the query. So if the query so far is sq0 you could select distinct(sq0.column_x) from (select xyz as sq0);

But in either case, I think I would prefer a button on the UI that generates facet suggestions on click rather than running the facets every time a user starts typing.

@stale
Copy link

stale bot commented Jul 25, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Jul 25, 2021
@edwinmp edwinmp added pinned and removed wontfix This will not be worked on labels Jul 25, 2021
@ThatcherK ThatcherK self-assigned this Apr 5, 2022
@k8hughes
Copy link
Collaborator

@ThatcherK if you are working on this can you mark as in progress and put an update on the ticket?

@ThatcherK ThatcherK removed their assignment Apr 11, 2022
@ThatcherK
Copy link
Contributor

@k8hughes , no am not working on this, I forgot to update the ticket after dropping it, I was told it was not a priority

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

No branches or pull requests

4 participants