Skip to content

Commit

Permalink
FIXED: Autocompletion to return proper literals.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Wielemaker committed Feb 25, 2020
1 parent 3288261 commit 9d9e003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/simple_search.pl
Expand Up @@ -367,7 +367,7 @@
; literal_text(Literal, Text)
).

ac_candidate(Query, Filter, R, P, Literal) :-
ac_candidate(Query, Filter, R, P, literal(Literal)) :-
( sub_term(graph(Graph), Filter)
-> rdf(R, P, literal(prefix(Query), Literal), Graph)
; rdf(R, P, literal(prefix(Query), Literal))
Expand Down

0 comments on commit 9d9e003

Please sign in to comment.