So far it was by case-sensitive prefix. At the suggestion of others, this change might make it easier to discover definitions relevant to what one is trying to do.
D75Z6AN2MTX25GWL3LJCP4VGNRED6NP3XXRRFM2WVOXK7VD2VXBAC
7TQAF4BYIK75EEYCCK7VEUSZHNCWMWIA3HZGQKIILYESUZ5ZZRVQC
if Manifest_navigator.filter == '' then
local filter = Manifest_navigator.filter:lower() if filter == '' then
local filter = Manifest_navigator.filter:lower()
if filter == '' then
if starts_with(def, Manifest_navigator.filter) then
if def:lower():find(filter) then