Closed cziaarm closed 7 months ago
Look up of collections never get results
Refs #451
This is due to the catalog controller building a solr query search string that looks like this:
...add_info_tesim collection_tesimtitle_tesim description_tesim all_text_timv
So the title lookup is doomed to fail
autocomplete lookup a collection when adding a work will not find any results
autocomplete lookup a collection when adding a work will find expected results
These tests have started failing today
rspec ./spec/features/create_image_spec.rb:41
rspec ./spec/features/create_generic_work_spec.rb:42
Not really sure why...
Story
Look up of collections never get results
Refs #451
This is due to the catalog controller building a solr query search string that looks like this:
...add_info_tesim collection_tesimtitle_tesim description_tesim all_text_timv
So the title lookup is doomed to fail
Expected Behavior Before Changes
autocomplete lookup a collection when adding a work will not find any results
Expected Behavior After Changes
autocomplete lookup a collection when adding a work will find expected results
Screenshots / Video
Notes