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.
2 parents bbc50c7 + 0c74736 commit 45049efCopy full SHA for 45049ef
1 file changed
lib/sequenceserver/routes.rb
@@ -298,7 +298,7 @@ def update_searchdata_from_job(searchdata)
298
# the user hits the back button. Thus we do not test for empty string.
299
method = job.method.to_sym
300
if job.advanced && job.advanced !=
301
- searchdata[:options][method][:default].join(' ')
+ searchdata.dig(:options, method, :default, :attributes).to_a.join(' ')
302
searchdata[:options] = searchdata[:options].deep_copy
303
searchdata[:options][method]['last search'] = [job.advanced]
304
end
0 commit comments