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 93271b8 commit ce940abCopy full SHA for ce940ab
spec/meilisearch/index/documents_spec.rb
@@ -157,7 +157,7 @@
157
client.create_index('vector_test').await
158
new_index = client.index('vector_test')
159
new_index.add_documents(new_doc).await
160
- expect(new_index.search("123", retrieveVectors: true)['hits'][0]['_vectors']).to include('default')
+ expect(new_index.search('123', retrieveVectors: true)['hits'][0]['_vectors']).to include('default')
161
end
162
163
0 commit comments