You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
3 weeks ago
..
code Use MatchPhraseQuery for bleve code search (#33628) 3 weeks ago
internal Fix bleve fuzziness search (#33078) (#33087) 2 months ago
issues Fix project issues list and counting (#33594) (#33619) 4 weeks ago
stats Simplify how git repositories are opened (#28937) 1 year ago