aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer/issues/meilisearch
Commit message (Expand)AuthorAgeFilesLines
* Enable testifylint rules (#34075)TheFox0x76 days1-6/+6
* Allow filtering issues by any assignee (#33343)Andreas Svanberg2025-03-211-6/+14
* Improve issue & code search (#33860)wxiaoguang2025-03-131-3/+7
* Refactor older tests to use testify (#33140)TheFox0x72025-01-091-13/+4
* 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
* Use db.ListOptions directly instead of Paginator interface to make it easier ...Lunny Xiao2024-03-241-0/+12
* Meilisearch double quote on "match" query (#29740)65432024-03-162-70/+37
* Refactor to use optional.Option for issue index search option (#29739)65432024-03-131-20/+20
* Patch in exact search for meilisearch (#29671)65432024-03-092-6/+130
* remove util.OptionalBool and related functions (#29513)65432024-03-021-4/+4
* Meilisearch: require all query terms to be matched (#28293)Brecht Van Lommel2023-11-291-4/+5
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-312-18/+205
* Add open/closed field support for issue index (#25708)techknowlogick2023-07-071-2/+9
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Refactor indexer (#25174)Jason Song2023-06-231-0/+98