aboutsummaryrefslogtreecommitdiffstats
path: root/routers/common/codesearch.go
Commit message (Collapse)AuthorAgeFilesLines
* Improve issue & code search (#33860)wxiaoguang11 days1-18/+12
| | | | Each "indexer" should provide the "search modes" they support by themselves. And we need to remove the "fuzzy" search for code.
* Fix various problems (artifact order, api empty slice, assignee check, fuzzy ↵wxiaoguang2025-02-131-1/+1
| | | | | | | | | | prompt, mirror proxy, adopt git) (#33569) * Make artifact list output a stable order * Fix #33506 * Fix #33521 * Fix #33288 * Fix #33196 * Fix #33561
* Fix bleve fuzziness search (#33078)wxiaoguang2025-01-031-0/+39
Close #31565