We can't search linked tables. This is a problem that needs fixing.
authorDiane Trout <diane@caltech.edu>
Tue, 10 Mar 2009 19:20:11 +0000 (19:20 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 10 Mar 2009 19:20:11 +0000 (19:20 +0000)
htsworkflow/frontend/experiments/admin.py

index f1fbd51d24dfd668179103fd227e617f5575ba3e..4928a2d4c5bd7efe09ae669a55ae89c948154fd6 100644 (file)
@@ -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',