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

Allow searching of lists #618

Closed
anarchist912 opened this issue Dec 6, 2021 · 1 comment
Closed

Allow searching of lists #618

anarchist912 opened this issue Dec 6, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@anarchist912
Copy link

Is your feature request related to a problem? Please describe.
I used the API to create 299 lists, which will be filled with subscribers through the API, too.
To create a campaign for a particular list, I can either
a) go to lists -> all lists and click through the 16 pages, until I find the list I want to send to. Or I can
b) go to campaigns -> add new, and add the list in the lists field.

Problems:
a) takes a while to find the right list, but works.
b) only works if the right page was queried in a before taking steps in b. It seems like the pagination that is applied in a, is also active in the query behind the suggestions in the lists field in b

Describe the solution you'd like
a1) add a page size to the pagination in the UI. If we can select 1000 per page, we can use the ctrl + f to find the right list (quick dirty fix)
a2) add a search similar to the one in the subscribers section (the right way IMHO)

b1) dirty fix a1 might also dirty fix this one
b2) change the query behind the lists field's suggestions to search all lists

I would not recommend a1/b1.
b2 could be a quick and clean solution for the problem, until a2 could be realized.

THANK YOU!
Guys, I love the performance and simplicity of this software.

@anarchist912 anarchist912 added the enhancement New feature or request label Dec 6, 2021
@knadh knadh self-assigned this Dec 7, 2021
@knadh
Copy link
Owner

knadh commented Dec 7, 2021

+1. Lists need first class search support like campaigns and subscribers. Will add this. Missed this in my early to-dos and then forgot about it altogether.

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

2 participants