ad-freiburg / qlever-ui

A user interface for QLever
Apache License 2.0
19 stars 12 forks source link

No completions after ?x wdt:P31/wdt:P279 or ?x wdt:P31/wdt:P279 #6

Open hannahbast opened 4 years ago

hannahbast commented 4 years ago

On http://qlever.informatik.uni-freiburg.de/Wikidata_Full, when typing the following, there are no completions when the cursor is at the indiciated position. This should work for ?x wdt:P31/wdt:P279 as well as for ?x wdt:P31/wdt:P279*

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT WHERE {
  ?x wdt:P31/wdt:P279 [cursor]
}
jbuerklin commented 4 years ago
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT WHERE {
  ?x wdt:P31/wdt:P279 [cursor]
}

Does work for me. Could you retry after reloading the page with Cmd + Shift + R?

?x wdt:P31/wdt:P279* doesn't work for me either.

jbuerklin commented 4 years ago

I updated the code to also support ?x wdt:P31/wdt:P279* but it still doesn't work.
This might be QLever - related.

jbuerklin commented 4 years ago

See https://github.com/ad-freiburg/QLever/issues/311