gitea/modules/indexer/issues/internal
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
..
tests Rename project board -> column to make the UI less confusing (#30170) 2024-05-27 08:59:54 +00:00
indexer.go Refactor and enhance issue indexer to support both searching, filtering and paging (#26012) 2023-07-31 06:28:53 +00:00
model.go Allow searching issues by ID (#31479) 2024-07-17 00:49:05 +02:00