We will need a way to search projects with an optional argument to search the projects by name (and redirect to that project if there was only 1 result)
Implemented in https://pagure.io/pagure/pull-request/349
You implemented "seach" but I'd really like to see something like "filter" instead. I want to interactively starting to type "ruby" and all packages containing "ruby" somewhere in their name should be shown. If I add "g", i.e. my filter is now "rubyg", then the list should be appropriately reduced.
This filtering is way more intuitive and gives you higher chances to find something you don't know precisely what it actually is.
I'm confused, "packages" ?
oh, for using pagure for pkgs.fp.o, gotcha.
So filtering would be doable, but it's basically just an ajax call to the search, not sure if/how we would want to do that
it it JS for sure, not necessarily AJAX :)
Well, with the pagination, we'll need to use ajax as we do not have the list of all the projects to iterate through in JS
Anyway, as this is a different idea from this one, I opened another ticket for it: https://pagure.io/pagure/issue/384. So we can close this one :)