Skip to content

Commit

Permalink
Update CpdDocument.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
killij committed Jan 22, 2024
1 parent 0413a78 commit fc5ae26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Childrens-Social-Care-CPD-Indexer/Core/CpdDocument.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ internal partial class CpdDocument(string id)
[SimpleField(IsKey = true)]
public string? Id { get; set; } = Base64UrlEncoder.Encode(id);

[SimpleField()]
[SearchableField(AnalyzerName = LexicalAnalyzerName.Values.EnLucene)]
public string? Title { get; set; }

[SimpleField(IsFilterable = true, IsFacetable = true)]
Expand Down

0 comments on commit fc5ae26

Please sign in to comment.