Skip to content

Commit

Permalink
Merge pull request #287 from pulibrary/diacritic_search
Browse files Browse the repository at this point in the history
Ensure diacritic/bracketed searching works.
  • Loading branch information
escowles committed Sep 29, 2017
2 parents 5554945 + bbc49e8 commit a8194ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/catalog_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
expect(assigns(:document_list).length).to eq 1
end
it "can search by non-imported title" do
persister.save(resource: FactoryGirl.build(:scanned_resource, title: "Testing This"))
persister.save(resource: FactoryGirl.build(:scanned_resource, title: "Tësting This"))

get :index, params: { q: "Testing" }

Expand Down

0 comments on commit a8194ae

Please sign in to comment.