docs(featuredetection): remove unknown dates

Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
Babak K. Shandiz 2025-09-08 18:39:55 +01:00
parent 2c08f20c33
commit 43bedab2dc
No known key found for this signature in database
GPG key ID: 9472CAEFF56C742E

View file

@ -285,13 +285,13 @@ func (d *detector) SearchFeatures() (SearchFeatures, error) {
// Regarding the release of advanced issue search (AIS, for short), there
// are three time spans/periods:
//
// 1. Pre-deprecation (< 4 Sep): where both legacy search and AIS are available
// 1. Pre-deprecation: where both legacy search and AIS are available
// - GraphQL: `ISSUE` and `ISSUE_ADVANCED` search types in GraphQL behave differently
// - REST: `advance_search=true` query parameter can be used to switch to AIS
// 2. Deprecation (>= 4 Sep): only AIS available
// 2. Deprecation: only AIS available
// - GraphQL: `ISSUE` and `ISSUE_ADVANCED` search types in GraphQL behave the same (AIS)
// - REST: `advance_search` query parameter has no effect (AIS)
// 3. Cleanup (>= TBD): only AIS available
// 3. Cleanup: only AIS available
// - GraphQL: `ISSUE` search type in GraphQL is the only available option (AIS)
// - REST: `advance_search` query parameter has no effect (AIS)
//