You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
7 months ago
..
tests Rename project board -> column to make the UI less confusing (#30170) 8 months ago
indexer.go Refactor and enhance issue indexer to support both searching, filtering and paging (#26012) 2 years ago
model.go Allow searching issues by ID (#31479) 7 months ago