Skip to content

Commit

Permalink
Remove acronym token from title search test (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
JCRPaquin committed Nov 26, 2023
1 parent def9cd7 commit 811eee1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ public void testOtherCases() throws Exception {
);

assertQueryEquals(req("q", "=title:\"NGC 1\"", "defType", "aqp"),
"title:\"acr::ngc 1\"",
"title:\"ngc 1\"",
PhraseQuery.class);
assertQ(req("q", "=title" + ":NGC 1"),
"//*[@numFound='4']",
Expand Down

0 comments on commit 811eee1

Please sign in to comment.