We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97aa813 commit e6b224aCopy full SHA for e6b224a
templates/java/guides/search/searchWithLogicalOr.mustache
@@ -12,7 +12,7 @@ public static void main(String[] args) throws Exception {
12
13
String query = "the query";
14
15
- OptionalWords optionalWords = OptionalWords.of(query);
+ OptionalWords optionalWords = OptionalWords.of(List.of("the", "query"));
16
17
SearchParams searchParams = new SearchParamsObject()
18
.setQuery(query)
0 commit comments