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

Dynamic values for select filter type #59

Closed
rclement opened this issue Feb 25, 2023 · 1 comment
Closed

Dynamic values for select filter type #59

rclement opened this issue Feb 25, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@rclement
Copy link
Owner

rclement commented Feb 25, 2023

It would be great if values for the select filter type could be dynamically filled with the results from a query.

Sample configuration:

...
      filters:
        source:
          name: Source
          type: select
          db: test
          query: select distinct name from sources order by name asc
...
@rclement rclement added the enhancement New feature or request label Feb 25, 2023
@rclement rclement self-assigned this Feb 27, 2023
@rclement
Copy link
Owner Author

Implemented with PR #61

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant