Skip to content

Repo indexer not searching some method names #5694

Closed
@mcdamo

Description

@mcdamo
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedtype/enhancementAn improvement of existing functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions