Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed Oct 30, 2023
1 parent d1e20d2 commit 52f8a52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/controllers/nwbib/Classification.java
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,6 @@ public static List<String> toJsonLd(final URL turtleUrl) {
*/
public static JsonNode ids(String q, String t) {
QueryBuilder queryBuilder = QueryBuilders.boolQuery()
.should(QueryBuilders.matchQuery(//
"@graph." + Property.LABEL.value + ".@value", q))
.should(QueryBuilders.idsQuery(Type.NWBIB.elasticsearchType,
Type.SPATIAL.elasticsearchType).ids(q))
.minimumNumberShouldMatch(1);
Expand Down

0 comments on commit 52f8a52

Please sign in to comment.