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 cce995a commit acd5b64Copy full SHA for acd5b64
spec/meilisearch/index/search/similar_spec.rb
@@ -46,7 +46,7 @@
46
47
new_index.add_documents(documents).await
48
49
- response = new_index.search_similar_documents('287947', embedders: 'manual')
+ response = new_index.search_similar_documents('287947', embedder: 'manual')
50
51
expect(response['hits']).not_to be_empty
52
expect(response['estimatedTotalHits']).not_to be_nil
0 commit comments