Closed
Description
- Gitea version (or commit ref): 1.6.3
- Git version:
- Operating system: FreeBSD
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant (indexer not enabled)
- Log gist:
Description
I have code like $e->getMessage()
but the indexer cannot search 'getMessage'.
To find this code I must search '*Message', but obviously that example brings up many unwanted results.
Code like $this->method()
can be searched with 'method' so perhaps the indexer is splitting the camelcase words.