Skip to content

Commit 8f525cd

Browse files
algolia-botmillotp
andcommitted
rollback (generated)
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
1 parent 90958eb commit 8f525cd

File tree

1,038 files changed

+23978
-4244
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,038 files changed

+23978
-4244
lines changed

clients/algoliasearch-client-csharp/algoliasearch/Models/Ingestion/Event.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Algolia.Search.Models.Ingestion;
1313

1414
/// <summary>
15-
/// An event describe a step of the task execution flow..
15+
/// An event describe a step of the task execution flow.
1616
/// </summary>
1717
public partial class Event
1818
{

clients/algoliasearch-client-csharp/algoliasearch/Models/Search/AutomaticFacetFilter.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ public AutomaticFacetFilter(string facet)
4646
public int? Score { get; set; }
4747

4848
/// <summary>
49-
/// Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurences are combined with the logical `OR` operation. If false, multiple occurences are combined with the logical `AND` operation.
49+
/// Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurrences are combined with the logical `OR` operation. If false, multiple occurrences are combined with the logical `AND` operation.
5050
/// </summary>
51-
/// <value>Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurences are combined with the logical `OR` operation. If false, multiple occurences are combined with the logical `AND` operation. </value>
51+
/// <value>Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurrences are combined with the logical `OR` operation. If false, multiple occurrences are combined with the logical `AND` operation. </value>
5252
[JsonPropertyName("disjunctive")]
5353
public bool? Disjunctive { get; set; }
5454

clients/algoliasearch-client-csharp/algoliasearch/Models/Search/Event.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Algolia.Search.Models.Search;
1313

1414
/// <summary>
15-
/// An event describe a step of the task execution flow..
15+
/// An event describe a step of the task execution flow.
1616
/// </summary>
1717
public partial class Event
1818
{

clients/algoliasearch-client-dart/packages/algoliasearch/lib/src/model/automatic_facet_filter.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ final class AutomaticFacetFilter {
2222
@JsonKey(name: r'score')
2323
final int? score;
2424

25-
/// Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurences are combined with the logical `OR` operation. If false, multiple occurences are combined with the logical `AND` operation.
25+
/// Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurrences are combined with the logical `OR` operation. If false, multiple occurrences are combined with the logical `AND` operation.
2626
@JsonKey(name: r'disjunctive')
2727
final bool? disjunctive;
2828

clients/algoliasearch-client-dart/packages/client_search/lib/src/model/automatic_facet_filter.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ final class AutomaticFacetFilter {
2222
@JsonKey(name: r'score')
2323
final int? score;
2424

25-
/// Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurences are combined with the logical `OR` operation. If false, multiple occurences are combined with the logical `AND` operation.
25+
/// Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurrences are combined with the logical `OR` operation. If false, multiple occurrences are combined with the logical `AND` operation.
2626
@JsonKey(name: r'disjunctive')
2727
final bool? disjunctive;
2828

0 commit comments

Comments
 (0)