Spotter is the moldable search interface
The ideal way to load the code is by loading the entire Glamorous Toolkit project.
spotter := GtSpotter new.
spotter := GtSpotter on: MyObject new.
With preview support:
spotterElement := GtSpotterElementWithPreview new.
spotterElement spotterModel: spotter
Without preview support:
spotterElement := GtSpotterElement new.
spotterElement spotterModel: spotter
space := BlSpace new.
space root: spotterElement.
space borderless: true.
space show