Skip to content

Commit

Permalink
fix keywork
Browse files Browse the repository at this point in the history
  • Loading branch information
DiaZork committed Jan 17, 2025
1 parent ff02936 commit 36a208c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,8 @@ private List<Feature> getProjectsPoints(
}
query += " " + tmpSearch + " ";
if (!useLuceneForGeoSparql) {
query += " }"
query += " }";
}
}
String filterBbox = "FILTER(<http://www.opengis.net/def/function/geosparql/ehContains>(" + boundingBox.toLiteral() + ",?coordinates))";
// hack to run the geosparql not over lucene in case there is a freetext query over lucene
Expand Down

0 comments on commit 36a208c

Please sign in to comment.