pulsar-edit / package-frontend

Frontend Site for Browsing Packages
https://web.pulsar-edit.dev/
MIT License
13 stars 8 forks source link

Drop Down for Advanced Package Searching #48

Open confused-Techie opened 1 year ago

confused-Techie commented 1 year ago

Have you checked for existing feature requests?

Summary

Include an advanced search drop down menu, that simply exposes the available query parameters when searching a package normally, allowing these features to be accessible via the frontend website as well

What benefits does this feature provide?

Additional control over searching for packages

Any alternatives?

Manually adding query parameters to your package search URL

Other examples:

No response

Daeraxa commented 1 year ago

Would we be looking at adding the same query logic to pulsar and ppm to keep the experience the same?

confused-Techie commented 1 year ago

Would we be looking at adding the same query logic to pulsar and ppm to keep the experience the same?

For the most part I believe that these other options are already supported within ppm and as such the editor, it's just they aren't exposed natively ( I think there's a lot of PPM assuming what's best.)

Now I would like to have these mirror each other as closely as possible of course, just to make it a consistent experience.

But to clarify when I say advanced searching I'm only talking about the filters and query parameter's that are already supported by the backend and were supported originally by Atom.io

For example:

Just to get that sort of thing into the frontend website

zhaolinlau commented 1 year ago

any update?

confused-Techie commented 1 year ago

@zhaolinlau There was some work quite some while ago on #77 to accomplish this. Although I never followed up with feedback on some stylistic choices.

And at this point there's even more that we would need to add.

Honestly trying to work out some design aspects on how we want this to work would be the next best step to resolving it.