Skip to content

Commit

Permalink
fix(specs): dictionary entry for stopwords has type property (#3456)
Browse files Browse the repository at this point in the history
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
kai687 and shortcuts committed Aug 5, 2024
1 parent 28182ef commit e5d1417
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions specs/search/common/enums.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ dictionaryEntryState:
default: enabled
description: Whether a dictionary entry is active.

dictionaryEntryType:
type: string
enum: [custom, standard]
description: Whether a dictionary entry is provided by Algolia (standard), or has been added by you (custom).

logType:
type: string
enum: [all, query, build, error]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ dictionaryEntry:
type: string
state:
$ref: '../../../../common/enums.yml#/dictionaryEntryState'
type:
$ref: '../../../../common/enums.yml#/dictionaryEntryType'

0 comments on commit e5d1417

Please sign in to comment.