diff --git a/MetaPAL/Controllers/SpectrumMatchesController.cs b/MetaPAL/Controllers/SpectrumMatchesController.cs index 5802eb3..c840cb0 100644 --- a/MetaPAL/Controllers/SpectrumMatchesController.cs +++ b/MetaPAL/Controllers/SpectrumMatchesController.cs @@ -72,7 +72,7 @@ public async Task ShowSearchForm() public async Task ShowSearchResults(string SearchPhrase) { return _context.SpectrumMatch != null ? - View(await _context.SpectrumMatch.Where(b => b.BaseSeq.Contains(SearchPhrase)).ToListAsync()) : + View(await _context.SpectrumMatch.Where(b => b.BaseSequence.Contains(SearchPhrase)).ToListAsync()) : Problem("Entity set 'ApplicationDbContext.SpectrumMatch' is null."); } // GET: SpectrumMatches/Details/5