aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer/issues/bleve
Commit message (Expand)AuthorAgeFilesLines
* Allow filtering issues by any assignee (#33343)Andreas Svanberg2025-03-211-4/+14
* Make SearchMode have default value and add comments (#33863)wxiaoguang2025-03-141-2/+4
* Improve issue & code search (#33860)wxiaoguang2025-03-131-9/+21
* Add `is_archived` option for issue indexer (#32735)yp053272024-12-121-1/+5
* Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-05-271-2/+2
* Fix bleve fuzziness (#30799)wxiaoguang2024-05-011-6/+2
* Determine fuzziness of bleve indexer by keyword length (#29706)65432024-03-231-12/+13
* Refactor to use optional.Option for issue index search option (#29739)65432024-03-131-18/+21
* Patch in exact search for meilisearch (#29671)65432024-03-091-5/+12
* remove util.OptionalBool and related functions (#29513)65432024-03-021-4/+4
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-312-114/+151
* Add open/closed field support for issue index (#25708)techknowlogick2023-07-072-2/+2
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-2/+2
* Fix issues indexer document mapping (#25619)Jason Song2023-07-041-20/+12
* Refactor indexer (#25174)Jason Song2023-06-232-0/+276