Replies: 2 comments
-
|
I think this is the line that needs an edit: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks for reporting this, PR for fix #731 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While searching for a specific script, I stumbled accross an inconsistency in the search function of the new website.
For example, a search for

homeassistantreturns all items withhome assistant:Searching for

haosgivesHome Assistant OSYou can also search for
Proxwhich results in only 1 entryNGINX Proxy Manager--> all the other Entries containingProxmoxare omitted.When I inspected the network tab, it seems like the search is only filtering for the
slugentry of the json file that comes from thecategoriesAPI-endpoint (--> endpoint).My suggestion would be to improve the search functionality by filtering for the
slugandnameattribute of the json.Might be related to this discussion as well.
Beta Was this translation helpful? Give feedback.
All reactions