Hello,
I am using a dijit.form.FilteringSelect and dojox.data.QueryReadStore object to create a suggester for geographic locations. The user types in a few letters into a search box, and prefix-matching locations are returned for the query (for example, "San Antonio, TX" and "San Francisco, CA" for "san", "Yellowstone National Park" for "yell"). Each location has a type field ("city", "park", "beach", etc.), and there is an icon for each type. I would like to modify the FilteringSelect to display the appropriate icon next to each result.
