whoo! have a ui much of the way there based on dijit.form.FilteringSelect
not done though:
* still need elegant way to decode html entities, and should probably
just have the apache module return JSON so we don't have to
* need to get the widget to never try to validate
* need to load all cmf objects so we can do class|field in the label
instead of just id
* when you click on an entry that's not going to be the first
suggest result even when it is the exact search term you use,
the dijit changes your selection to whatever is the first result.
May need to override some dijit methods to overcome. Not sure yet.
* possibly something still wrong when dealing with numerical ranges
* more things I'm forgetting just now.
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>