Skip to content

Commit

Permalink
adds: indexLanguages settings properties
Browse files Browse the repository at this point in the history
fix #636

[changelog]
  • Loading branch information
Ant-hem committed Aug 14, 2019
1 parent 5e79898 commit adb7ba3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Algolia.Search/Models/Settings/IndexSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@ public class IndexSettings
/// </summary>
public List<string> QueryLanguages { get; set; }

/// <summary>
/// A list of language ISO code
/// </summary>
public List<string> IndexLanguages { get; set; }

// query rules

/// <summary>
Expand Down

0 comments on commit adb7ba3

Please sign in to comment.