!7 static new MultiMap index; static AutoComboBox cbInput; p-subst { if (empty(downloadedWebs())) downloadWebs(); centerConsole(); cbInput = replaceConsoleInputWithAutoComboBox(); bot(); consoleInput("George Bush"); addAskButton(); calcOnConceptChangesInOtherProgram(circlesEditorDBID(), 1000, f updateIndex, true); } svoid updateIndex { print("Updating index."); index = dwlw_fullNodeIndex_lower(); updateAutoComboBoxItems(cbInput, keys(index)); } answer { s = trim(s); L nodes = index.get(lower(s)); if (nempty(nodes)) { ret "Found " + n(nodes, "node"); } }