pull/5386/merge
Gauthier Dandele 2026-03-24 10:15:09 -04:00 committed by GitHub
commit 3e2f7e3438
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -1242,6 +1242,10 @@ RED.palette.editor = (function() {
)
) ||
(!searchTerms[i].exact && location > -1)) {
if (m.deprecated && m.id !== searchTerms[i].term) {
// Exclude deprecated items unless specifically researched
return false
}
return true
}
}