aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer/internal
Commit message (Expand)AuthorAgeFilesLines
* Update golangci-lint to v1.62.2, fix issues (#32845)silverwind8 days2-8/+8
* Updated tokenizer to better matching when search for code snippets (#32261)Bruno Sofiato2024-11-062-3/+14
* Update go dependencies (#32389)wxiaoguang2024-10-311-6/+2
* Allow code search by filename (#32210)Bruno Sofiato2024-10-112-1/+71
* Fix bleve fuzziness (#30799)wxiaoguang2024-05-011-0/+12
* Use db.ListOptions directly instead of Paginator interface to make it easier ...Lunny Xiao2024-03-241-14/+7
* Determine fuzziness of bleve indexer by keyword length (#29706)65432024-03-231-8/+2
* Refactor to use optional.Option for issue index search option (#29739)65432024-03-131-5/+7
* Patch in exact search for meilisearch (#29671)65432024-03-091-0/+7
* Add `io.Closer` guidelines (#29387)KN4CK3R2024-02-252-4/+1
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-315-3/+219
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Fix `Init` of db indexer (#25470)Jason Song2023-06-231-2/+3
* Refactor indexer (#25174)Jason Song2023-06-2310-0/+591