1
0
mirror of https://gitcode.com/gitea/gitea.git synced 2025-07-06 12:56:02 +08:00
Commit Graph

6 Commits

Author SHA1 Message Date
403775e74e Improve issue & code search ()
Each "indexer" should provide the "search modes" they support by
themselves. And we need to remove the "fuzzy" search for code.
2025-03-13 11:07:48 +08:00
ae3a18e01a Remove context from git struct ()
Argument is moved from struct init in command run, which lets us remove
context from struct.
2025-03-04 11:56:11 -08:00
0f3e717a1a Improve grep search ()
Reduce the context line number to 1, make "git grep" search respect the
include/exclude patter, and fix 
2024-05-03 09:13:48 +00:00
f9fdac9809 Limit the max line length when parsing git grep output () 2024-04-12 03:36:34 +00:00
8e79aed573 Fix git grep search limit, add test ()
Fix 
2024-03-25 21:25:22 +08:00
4734d43e14 Support repo code search without setting up an indexer ()
By using git's ability, end users (especially small instance users) do
not need to enable the indexer, they could also benefit from the code
searching feature.

Fix 


![image](https://github.com/go-gitea/gitea/assets/2114189/11b7e458-88a4-480d-b4d7-72ee59406dd1)


![image](https://github.com/go-gitea/gitea/assets/2114189/0fe777d5-c95c-4288-a818-0427680805b6)

---------

Co-authored-by: silverwind <me@silverwind.io>
2024-03-24 17:05:00 +01:00