updates to visual search form, show close matches if they exist

This commit is contained in:
Dylan Knutson
2025-07-30 19:36:13 +00:00
parent 1bab697a43
commit 154c9787d6
5 changed files with 574 additions and 233 deletions

View File

@@ -171,7 +171,7 @@ RSpec.describe Domain::PostsController, type: :controller do
expect(assigns(:uploaded_detail_hash_value)).to eq(
mock_detail_hash_value,
)
expect(assigns(:post_file_fingerprints)).to eq(mock_fingerprints.to_a)
expect(assigns(:matches)).to eq(mock_fingerprints.to_a)
end
end
end