.
This commit is contained in:
+2
-2
@@ -733,10 +733,10 @@ impl Publisher {
|
||||
text_input("Query", &search_state.query).on_input(Message::QueryUpdated)
|
||||
.id("query");
|
||||
|
||||
let entities = self.ontology
|
||||
let entities = Vec::new(); /*self.ontology
|
||||
.searchable_classes(&*language::ENGLISH_OR_UNTAGGED)
|
||||
.into_iter()
|
||||
.collect::<Vec<_>>();
|
||||
.collect::<Vec<_>>();*/
|
||||
|
||||
let type_selector = pick_list(search_state.entity_selection.as_ref(), entities, ToString::to_string)
|
||||
.on_select(|selection| Message::QueryTypeUpdated(selection));
|
||||
|
||||
Reference in New Issue
Block a user