Skip to content

Commit

Permalink
Added quick addition to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerohegartyDfE committed Sep 12, 2024
2 parents c6eed5d + 63bbacd commit 1b23e77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public sealed class SearchByKeywordUseCase : IUseCase<SearchByKeywordRequest, Se
/// <param name="searchByKeywordCriteriaOptions">
/// The <see cref="SearchByKeywordCriteria"/> define the search fields and facets on
/// which to conduct the underlying search. This is defined in configuration using
/// the options pattern as follows,
/// the options pattern as follows (note: fields and facets used are for explanatory use only),
/// <code>
/// "SearchByKeywordCriteria": {
/// "SearchFields": [
Expand Down

0 comments on commit 1b23e77

Please sign in to comment.