aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer/code/gitgrep/gitgrep.go
Commit message (Collapse)AuthorAgeFilesLines
* enable staticcheck QFxxxx rules (#34064)TheFox0x72025-03-291-2/+3
|
* Improve issue & code search (#33860)wxiaoguang2025-03-131-3/+9
| | | | Each "indexer" should provide the "search modes" they support by themselves. And we need to remove the "fuzzy" search for code.
* enable literal string for code search (#33590)Darren Hoo2025-02-161-0/+59
Close: #33588 --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: Giteabot <teabot@gitea.io>