zazuko / SPEX

SPEX is designed to introspect data within SPARQL endpoints, leveraging the self-describing nature of RDF-based data to enhance your comprehension of the underlying schema.
https://spex.zazuko.com
MIT License
31 stars 3 forks source link

Autocomplete in Options/Graph does not list all graphs #35

Closed magdasalatka closed 3 years ago

magdasalatka commented 3 years ago

Example:

martinmaillard commented 3 years ago

The autocomplete is supposed to load more graphs when you scroll to the end of the list. Is that not working? It's not ideal but some endpoint have thousands of graphs so we can't really load all of them upfront.

magdasalatka commented 3 years ago

No, that does not load than 10 graphs. Here we are at 23 graphs, ans you can only see first 10.

martinmaillard commented 3 years ago

Which browser are you using?

magdasalatka commented 3 years ago

Chrome: Version 91.0.4472.77 (Official Build) (64-bit)

martinmaillard commented 3 years ago

Weird, I tried with Chrome and it also works for me 🤔

martinmaillard commented 3 years ago

Changed the graph selector, this issue should not be relevant anymore