You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT * WHERE {
?text <http://qlever.cs.uni-freiburg.de/builtin-functions/contains-entity> ?subject;
<http://qlever.cs.uni-freiburg.de/builtin-functions/contains-word> "Villa* D'Este*".
?subject a <http://www.cidoc-crm.org/cidoc-crm/E53_Place>
}
ERROR: Assertion `isValidVariableName(_name)` failed. "?ql_matchingword_text_d'este" is not a valid SPARQL variable. Please report this to the developers. In file "/qlever/src/parser/data/Variable.cpp " at line 18
The text was updated successfully, but these errors were encountered:
aindlq
changed the title
Text Index. Issue with apostrophe.
Text Index. Issue with apostrophe and dash.
Jan 9, 2025
The same issue is with dash, so if contains word is bhex-le-2017-14-005* one gets the following error:
ERROR: Assertion `isValidVariableName(_name)` failed. "?ql_matchingword_text_bhex-le-2017-14-005" is not a valid SPARQL variable. Please report this to the developers. In file "/qlever/src/parser/data/Variable.cpp " at line 18
Essentially the same as #1399 but for apostrophe:
The text was updated successfully, but these errors were encountered: