N/A
N/A
[x]
): N/A
I have looked, and I have not found the ability to search the contents of a repository (like GitHub allows, for example). Could it be implemented?
If you mean search the code, gitea has implemented this issue. You could enable it on app.ini.
@lunny where? I searched app.ini.sample
and found nothing related to search.
see https://docs.gitea.io/en-us/config-cheat-sheet/
Indexer (indexer)
ISSUE_INDEXER_PATH: indexers/issues.bleve: Index file used for issue search.
REPO_INDEXER_ENABLED: false: Enables code search (uses a lot of disk space).
REPO_INDEXER_PATH: indexers/repos.bleve: Index file used for code search.
UPDATE_BUFFER_LEN: 20: Buffer length of index request.
MAX_FILE_SIZE: 1048576: Maximum size in bytes of files to be indexed.
Most helpful comment
see https://docs.gitea.io/en-us/config-cheat-sheet/