Gitea Code-Search-Field is missing #1604

Closed
opened 2025-11-02 04:06:20 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @Adrian-Voelker on GitHub (Mar 7, 2018).

  • Gitea version (or commit ref):
  • Git version: 2.14.1
  • Operating system: Ubuntu 17.10
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • [x ] SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • [x ] Not relevant
  • Log gist:

Description

Hello Community,
first of all: Thank you for Gitea! I love it and i'm using it permanently :)

When inspecting a repository, the Code-Search-Field is missing and you cant search for code, files or phrases.

In other issues and screenshots i've seen that it should be visible, but in Gitea-Version 1.4.0+rc1-17-g93f34fd its not there.( Also in other languages)
Hopefully i'm helping with opening this issue to make Gitea even greater.

Screenshots

Missing Search field

search_field_is_missing

Gitea-Version

gitea-version

Originally created by @Adrian-Voelker on GitHub (Mar 7, 2018). - Gitea version (or commit ref): - Git version: 2.14.1 - Operating system: Ubuntu 17.10 - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL - [ ] MSSQL - [x ] SQLite - Can you reproduce the bug at https://try.gitea.io: - [ ] Yes (provide example URL) - [ ] No - [x ] Not relevant - Log gist: ## Description Hello Community, first of all: Thank you for Gitea! I love it and i'm using it permanently :) When inspecting a repository, the Code-Search-Field is missing and you cant search for code, files or phrases. In other issues and screenshots i've seen that it should be visible, but in Gitea-Version 1.4.0+rc1-17-g93f34fd its not there.( Also in other languages) Hopefully i'm helping with opening this issue to make Gitea even greater. ## Screenshots <!-- **If this issue involves the Web Interface, please include a screenshot** --> ### Missing Search field ![search_field_is_missing](https://user-images.githubusercontent.com/37142161/37099257-28bf646e-2220-11e8-971e-12bd780a38d6.png) ### Gitea-Version ![gitea-version](https://user-images.githubusercontent.com/37142161/37099255-289eba2a-2220-11e8-8b92-126f91431cd7.png)
GiteaMirror added the type/question label 2025-11-02 04:06:20 -06:00
Author
Owner

@lafriks commented on GitHub (Mar 7, 2018):

Search field is visible only if code search is enabled in app.ini. See REPO_INDEXER_ENABLED in https://docs.gitea.io/en-us/config-cheat-sheet/

Be warned that currently code search uses a lot of disk space for index file

@lafriks commented on GitHub (Mar 7, 2018): Search field is visible only if code search is enabled in `app.ini`. See `REPO_INDEXER_ENABLED` in https://docs.gitea.io/en-us/config-cheat-sheet/ Be warned that currently code search uses a lot of disk space for index file
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#1604