Closed kdutia closed 3 years ago
someone can open a multiselect search and view all the triples, in an understandable format, that contain entities they have selected.
~Could use one of these typeahead/multiselect Svelte widgets:~ ~- MultiSelect~ ~- svelte-typeahead-multiselect~
^ client-side search as above is too slow (see here for slow but working example)
Instead, we need: a) a server which return a list of results (quickly) for a given query (probably using fasttext) b) a client which talks to it
someone can open a multiselect search and view all the triples, in an understandable format, that contain entities they have selected.
~Could use one of these typeahead/multiselect Svelte widgets:~ ~- MultiSelect~ ~- svelte-typeahead-multiselect~
^ client-side search as above is too slow (see here for slow but working example)
Instead, we need: a) a server which return a list of results (quickly) for a given query (probably using fasttext) b) a client which talks to it