Replies: 5 comments 3 replies
-
you can find a bit more information on these advanced search tokens in #4382 :) |
Beta Was this translation helpful? Give feedback.
-
Awesome thank you. I was a bit unsure if I should just edit my initial comment or make a new one with the updated documentation draft. For the idea of other people iterating on it, maybe we try keep an updated version as one close to the bottom post and make it collapsible if outdated. After looking at #4382 I realised why just looking at search.rs was getting me nowhere. As a result I added a "Devs working on search" section so other people don't fall into the same pitfall as me, this may want to be a separate doc though or just mentioned elsewhere in the code. I'll try looking into Advance searchingSearch boxBoth categories and keywords can be added to the search box to help filter down searches Categories
|
Beta Was this translation helpful? Give feedback.
-
Is it possible to combine multiple search items, e.g. if i want to search for |
Beta Was this translation helpful? Give feedback.
-
how to find library only crate? or find binary only crate? |
Beta Was this translation helpful? Give feedback.
-
thoughts about making the documentation of seam345 a bit more official though adding a .md file to the docs folder and adding a link to it in the footer of the website? |
Beta Was this translation helpful? Give feedback.
-
There is a lot of undocumented functionality in the search box, it would be nice to have a page describing the available functionality. Then maybe a button in the top bar that links to said page.
I'm not the best at writing but to get it kick started I have put down all the knowledge I have bellow.
From asking on discord I understand the category filter but the rest I guessed from
src/controllers/krate/search.rs
Documentation draft (outdated, most up to date near bottom of discussion)
Advance searching
Searches can be filtered down further using the following syntax
Categories
category:<category_id>
Categories can be filtered using their ID's. ID list can be found here or go to the category and find the ID in the URL. Sub categorys have the syntax
<category>::<sub_category>
examples
mqtt category:no-std
orcategory:no-std mqtt
All Keywords
all_keywords
Unknown functionality or syntax
Keyword
keyword
Unknown functionality or syntax
Letter
letter
Unknown functionality or syntax
User id
user_id
Unknown functionality or syntax
Team id
team_id
Unknown functionality or syntax
Following
following
Unknown functionality or syntax
ID's
ids[]
Unknown functionality or syntax
Beta Was this translation helpful? Give feedback.
All reactions