Open rimutaka opened 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.
dev
Display a contributor profile if searched by email address
The output is slightly different from
dev
index.