-
Notifications
You must be signed in to change notification settings - Fork 24
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
Search categories? #473
Comments
We have https://www.freshports.org/ports-mgmt/ But you can't search that. |
This search query comes to mind: |
The technical side is straight forward. I'm having trouble coming up with the user interface.
|
Searching within a category would be cool, and is above and beyond what I was thinking. I had in mind a “category” option in the main search drop down list. My use case is wanting to list all ports in a category, ordered by when last updated. So..l maybe you want to add sort links on the category page, or some way of searching categories. but for my purposes, adding “category” to the drop-down list on search page does the job. |
Drive-by comment (without giving real thought): https://www.freshports.org/ports-mgmt/ add Sort by |
Right now, it's sorted by portname. What other options are useful? |
I have changes underway for #447 which affect search already. I'll either commit them and work on this, or do them both at the same time. We shall see. |
I would like to be able to sort by created, and updated. |
First draft of search by category. Not widely tested. There are probably some combinations which are illogical. I can search for my commits in a given category, for example. EDIT: I notice that my solution is valid only for physical categories, not virtual categories. I'll work on the latter. EDIT: now working for virtual categories. |
For me, later. This will be used to update the cached list of categories, so that each load of
|
I must be dense - how do I view ports-mgmt ports ordered by updated at? |
Perhaps this is a clue on the search page:
|
@patmaddox This is fixed in |
This is what I mean by 'fixed' in my previous comment. |
Cool, I’m now able to view all ports in a category sorted by last updated by searching for |
A proper sort within category will be carried out under #490 |
I want to view a list of ports in
ports-mgmt
, ordered by most recently updated. Is there a way to do that? The closest I’ve found is “under a pathname” which looks like it returns commits rather than port information.The text was updated successfully, but these errors were encountered: