Elasticsearch does not find partial matches in project names
Summary
Zendesk: https://gitlab.zendesk.com/agent/tickets/36081
Built-in database search will find results for partial matches, while Elasticsearch only finds full/specific keywords
Steps to reproduce
Without Elasticsearch enabled, search for a project, such as 'gitlab' - You should find 'gitlab-ce' and 'gitlab-ee' in results, plus others. Enable Elasticsearch, update indexes, and search for 'gitlab' again. Notice that results such as 'gitlab-ce' and 'gitlab-ee' no longer appear.
Expected behavior
Elasticsearch searches should return partial matches.