gitea/modules/indexer
Jimmy Praet e3021fae79
Use MatchPhraseQuery for bleve code search (#33628)
Fix regression from #32210 which unintentionally changed the search mode
for bleve from MaatchPhraseQuery to MatchQuery.

On the main branch, meanwhile with #33590 a "literal code search" mode
(by using quotes) was implemented as workaround for this unexpected code
search behavior. Maybe that feature needs some redesign as it turns out
to have been caused by a regression.

But this PR at least already fixes the regression for 1.23.x
2025-02-25 20:20:54 +00:00
..
code Use MatchPhraseQuery for bleve code search (#33628) 2025-02-25 20:20:54 +00:00
internal Fix bleve fuzziness search (#33078) (#33087) 2025-01-02 21:45:14 +00:00
issues Fix project issues list and counting (#33594) (#33619) 2025-02-18 00:59:32 +08:00
stats Simplify how git repositories are opened (#28937) 2024-01-27 21:09:51 +01:00