algolia / algolia.github.io

Algolia's community projects
https://community.algolia.com
12 stars 8 forks source link

Text search should let the user find all libraries based on language #28

Open bobylito opened 7 years ago

bobylito commented 7 years ago

For example if I type JS, I will only get the JS API client. I want to be able to find instantsearch.js and react-intstantsearch.

rayrutjes commented 7 years ago

I think this would be solved by #26 + #27, any opinion on those @bobylito ? especially #27 ?

bobylito commented 7 years ago

I think they go in the same direction, but they are on different search path for the user. I might prefer clicking on a language or just type JS in the search field. They're both as valid, don't you think @rayrutjes ?

rayrutjes commented 7 years ago

Ah yes, I see what you mean now, I agree that making the language a searchable attribute would be awesome!

Shipow commented 7 years ago

any edit of this file is welcome! :) https://github.com/algolia/algolia.github.io/blob/source/src/algolia-projects.json

bobylito commented 7 years ago

any edit of this file is welcome! :)

Good to know, will do! However I think it's in the index config that we can solve that :)

Shipow commented 7 years ago

https://github.com/algolia/algolia.github.io/blob/source/config.json is pushed to algolia when the project is build.

Haroenv commented 7 years ago

Now when you type, only expect JSX is returned. Did we stop searching and displaying the other attributes? 😄