/* exported SearchStore */ var SearchStore = { query: "", show: false, busy: false, result: [] };