stackmuncher / stm_server

The server-side code behind stackmuncher.com, a global directory of software developers.
https://stackmuncher.com
GNU Affero General Public License v3.0
2 stars 0 forks source link

Contributor searh by email #14

Open rimutaka opened 3 years ago

rimutaka commented 3 years ago

Display a contributor profile if searched by email address

GET contributor/_search
{
  "query": {
    "match": {
      "git_ids_included.keyword": "max@onebro.me"
    }
  },
  "size": 200
}

The output is slightly different from dev index.