zed icon indicating copy to clipboard operation
zed copied to clipboard

searching for an extension should also scan through extension descriptions

Open borngraced opened this issue 1 year ago • 3 comments

Check for existing issues

  • [X] Completed

Describe the feature

Currently, when searching for an extension in the store, let's say a theme called some theme with some description like some theme | monochrome theme, I expect that some theme should appear as part of results if I search for the term monochrome but currently it does otherwise

If applicable, add mockups / screenshots to help present your vision of the feature

No response

borngraced avatar Apr 09 '24 21:04 borngraced

To take things a step furher, I think it would be cool for Zed extension search to support some sort of query syntax, where you could type author: nathansobo and see any extension created by Nathan, or description: ..., to filter by description. That might provide a tiny bit of friction on top of what you are proposing, as it means you'd have to intentionally filter the search based on those fields, but it would allow for more fine-grain control over the search.

JosephTLyons avatar Apr 09 '24 21:04 JosephTLyons

To take things a step furher, I think it would be cool for Zed extension search to support some sort of query syntax, where you could type author: nathansobo and see any extension created by Nathan, or description: ..., to filter by description. That might provide a tiny bit of friction on top of what you are proposing, as it means you'd have to intentionally filter the search based on those fields, but it would allow for more fine-grain control over the search.

I think this might be over kill/extended btw. What if users can search for any term that scans through the title, desc, and author name? this might be more than enough IMO

borngraced avatar Apr 09 '24 22:04 borngraced

@JosephTLyons what's your updated suggestion on this.. I'd like to work on this next weekend when I'm free!

borngraced avatar May 08 '24 02:05 borngraced

@JosephTLyons what's your updated suggestion on this.. I'd like to work on this next weekend when I'm free!

Hi @borngraced! I'm working at Zed with Joseph on community things. I think adding description to extension search would definitely help discoverability. Maybe someday a more robust query syntax will be a priority, but simply description would go a long way. Give it a whirl and see how it goes.

notpeter avatar Jun 22 '24 15:06 notpeter

See also:

  • https://github.com/zed-industries/zed/pull/14588
  • https://github.com/zed-industries/zed/pull/14591

notpeter avatar Jul 17 '24 16:07 notpeter

To take things a step furher, I think it would be cool for Zed extension search to support some sort of query syntax, where you could type author: nathansobo and see any extension created by Nathan, or description: ..., to filter by description.

I agree, but let's not add complications that cause this to be delayed. Adding the description should be pretty quick, and it's kind of painful not to have it 😉.

I think it would be better to split the query syntax into a separate item.

brandonzylstra avatar Oct 02 '24 16:10 brandonzylstra