ramda.github.io icon indicating copy to clipboard operation
ramda.github.io copied to clipboard

Filter by type

Open srghma opened this issue 8 years ago • 4 comments

e.g. click on function type Logic -> site showing only functions of Logic type

srghma avatar Sep 16 '17 15:09 srghma

Yes, that's how it works. It fills the search field when you choose a category, and filters by that field.

Do you not like this? I'm not quite sure what you're saying.

CrossEye avatar Sep 16 '17 23:09 CrossEye

Oh, I am sorry, now I see that this functionality already present in sidebar labels, but I was clicking on labels in main section. Maybe make them clickable too?

srghma avatar Sep 17 '17 06:09 srghma

I think what that issue is about is that labels on the main page are not clickable:

Screenshot 2022-01-18 at 22 14 30

customcommander avatar Jan 18 '22 22:01 customcommander

I'm sure you're right. And it makes sense. It should be a simple enough fix.

At some point, it would be nice to write a more robust search, perhaps StackOverflow style:

name:andThen
[Function] then
onSuccess

Where clicking the "Function" category would add/remove [Function] from the search box, and where search terms are highlighted in the document, or even in a gloss on the matches.

This is not high priority, but it seems worth doing.

CrossEye avatar Jan 19 '22 01:01 CrossEye