clarkbw / searchspot

Firefox add-on for better searching. Multiple search suggestions from a number of different providers. Local search based on GeoLocation. Better search engine preferences management.
13 stars 5 forks source link

report suggestions data on usage #8

Closed clarkbw closed 12 years ago

clarkbw commented 12 years ago

Right now we report what engine was used but we need to actually report the layout of the suggestion interface as well. Items required are:

Example:

[{ 
 "id" : "engine",
 "suggestions" : 3,
 "index" : null,
},
{ 
 "id" : "engine",
 "suggestions" : 3,
 "index" : 0,
}]