Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Skrypt committed Oct 19, 2021
1 parent 957faed commit 466b7cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public async Task<IActionResult> Search(SearchIndexViewModel viewModel, PagerSli
}

var terms = viewModel.Terms;
if (!searchSettings.AllowElasticQueriesInSearch)
if (!searchSettings.AllowElasticQueryStringQueryInSearch)
{
//Need to revisit this
//terms = QueryParser.Escape(terms);
Expand Down

0 comments on commit 466b7cf

Please sign in to comment.