File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1717
1818# Repository indexer
1919
20+ ## Builtin repository code search without indexer
21+
22+ Users could do repository-level code search without setting up a repository indexer.
23+ The builtin code search is based on the ` git grep ` command, which is fast and efficient for small repositories.
24+ Better code search support could be achieved by setting up the repository indexer.
25+
2026## Setting up the repository indexer
2127
2228Gitea can search through the files of the repositories by enabling this function in your [ ` app.ini ` ] ( administration/config-cheat-sheet.md ) :
Original file line number Diff line number Diff line change @@ -87,6 +87,9 @@ _Symbols used in table:_
8787| Git Blame | ✓ | ✘ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
8888| Visual comparison of image changes | ✓ | ✘ | ✓ | ? | ? | ? | ✘ | ✘ |
8989
90+ - Gitea has builtin repository-level code search
91+ - Better code search support could be achieved by [ using a repository indexer] ( administration/repo-indexer.md )
92+
9093## Issue Tracker
9194
9295| Feature | Gitea | Gogs | GitHub EE | GitLab CE | GitLab EE | BitBucket | RhodeCode CE | RhodeCode EE |
You can’t perform that action at this time.
0 commit comments