gitea/modules/indexer/issues
Carsten Klein 3571b7e3dd
Allow searching issues by ID (#31479)
When you are entering a number in the issue search, you likely want the
issue with the given ID (code internal concept: issue index).
As such, when a number is detected, the issue with the corresponding ID
will now be added to the results.

Fixes #4479

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-07-17 00:49:05 +02:00
..
bleve Rename project board -> column to make the UI less confusing (#30170) 2024-05-27 08:59:54 +00:00
db Allow searching issues by ID (#31479) 2024-07-17 00:49:05 +02:00
elasticsearch Rename project board -> column to make the UI less confusing (#30170) 2024-05-27 08:59:54 +00:00
internal Allow searching issues by ID (#31479) 2024-07-17 00:49:05 +02:00
meilisearch Rename project board -> column to make the UI less confusing (#30170) 2024-05-27 08:59:54 +00:00
dboptions.go Fix bug filtering issues which have no project (#31337) 2024-06-14 02:31:07 +00:00
indexer_test.go Allow searching issues by ID (#31479) 2024-07-17 00:49:05 +02:00
indexer.go Allow searching issues by ID (#31479) 2024-07-17 00:49:05 +02:00
util.go Rename project board -> column to make the UI less confusing (#30170) 2024-05-27 08:59:54 +00:00