jfrog / gocenter

The Github README for JFrog Go-center. Use this for reporting issues
https://gocenter.io
Apache License 2.0
164 stars 23 forks source link

Feature Request: Full-Text Search #30

Closed Dattax closed 5 years ago

Dattax commented 5 years ago

Issue: when searching for a module in Go Center, the search results often show a short description of the module underneath the module name. I noticed however that if someone trys to search using that description, the relevant module doesn't come up.

Steps to reproduce: go to gocenter.io and search for "logrus". The desc says "Structured, pluggable logging for Go." copy and paste that same description into the search area and you'll notice that logrus app does not show up in results.

To fix: we should add the full-text search capabilities: https://medium.com/@MentorMate/elasticsearch-how-to-add-full-text-search-to-your-database-ee2f3ea4d3f3

ankushchadha commented 5 years ago

The feature rolled out to prod today.