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 9649268 commit cebee92Copy full SHA for cebee92
README.md
@@ -147,7 +147,7 @@ import com.meilisearch.sdk.SearchRequest;
147
148
// ...
149
150
-SearchResult results = (SearchResult) orderIndex.search(
+SearchResult results = (SearchResult) index.search(
151
new SearchRequest("of")
152
.setShowMatchesPosition(true)
153
.setAttributesToHighlight(new String[]{"title"})
0 commit comments