From: Diane Trout Date: Tue, 10 Mar 2009 19:20:11 +0000 (+0000) Subject: We can't search linked tables. This is a problem that needs fixing. X-Git-Tag: 0.2.0.2~15 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=ab95d926a0115620a57db18fcf2137a5be61772c We can't search linked tables. This is a problem that needs fixing. --- diff --git a/htsworkflow/frontend/experiments/admin.py b/htsworkflow/frontend/experiments/admin.py index f1fbd51..4928a2d 100644 --- a/htsworkflow/frontend/experiments/admin.py +++ b/htsworkflow/frontend/experiments/admin.py @@ -29,8 +29,8 @@ class FlowCellOptions(admin.ModelAdmin): date_hierarchy = "run_date" save_on_top = True search_fields = ('flowcell_id', - 'sequencer', - 'cluster_station', + #'sequencer', + #'cluster_station', '=lane_1_library__library_id', '=lane_2_library__library_id', '=lane_3_library__library_id',