Git.ourworld.tf add search function for repository #35

Closed
opened 2024-04-17 00:30:30 +00:00 by mik-tf · 2 comments
Owner

Feature Request

Can we add to git.ourworld.tf a search function for repository. I think the standard is to implement git grep.

Benefits

Easier to search, as can be done on github.

Documentation

Maybe a repository indexer would work: https://docs.gitea.com/administration/repo-indexer

# Feature Request Can we add to git.ourworld.tf a search function for repository. I think the standard is to implement git grep. # Benefits Easier to search, as can be done on github. # Documentation Maybe a repository indexer would work: https://docs.gitea.com/administration/repo-indexer
despiegk added the
Roadmap
label 2024-05-22 07:51:02 +00:00
despiegk added this to the later milestone 2024-05-22 07:54:04 +00:00
Owner

dont think this is for us to do, kind of already a lot to do

dont think this is for us to do, kind of already a lot to do
Author
Owner

Notes:

For now, the equivalent can be done on the CLI:

The user only has to be in the git repo and write:


git grep -n "text to search in the repo here"

Let's close for now. Will add this git grep line in the docs so members know how to use it until we have the search option (not necessary with the git grep)

Notes: For now, the equivalent can be done on the CLI: The user only has to be in the git repo and write: ``` git grep -n "text to search in the repo here" ``` Let's close for now. Will add this git grep line in the docs so members know how to use it until we have the search option (not necessary with the git grep)
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tfgrid/circle_engineering#35
No description provided.