Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Other table column titles match their respective bullet point title.
It would be nice for `phonetic` to read `phonetic` in the bullet point and not `matcher`
  • Loading branch information
amjedidiah authored Jun 3, 2024
1 parent 0cc9584 commit a149992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ Additional field options can be set depending on the field type. These correspon
* `indexed`: true | false, whether this field is indexed by RediSearch (default true)
* `sortable`: true | false, whether to create an additional index to optimize sorting (default false)
* `normalized`: true | false, whether to apply normalization for sorting (default true)
* `matcher`: string defining phonetic matcher which can be one of: 'dm:en' for English, 'dm:fr' for French, 'dm:pt' for Portugese, 'dm:es' for Spanish (default none)
* `phonetic`: string defining phonetic matcher which can be one of: 'dm:en' for English, 'dm:fr' for French, 'dm:pt' for Portugese, 'dm:es' for Spanish (default none)
* `stemming`: true | false, whether word-stemming is applied to text fields (default true)
* `weight`: number, the importance weighting to use when ranking results (default 1)
* `separator`: string, the character to delimit multiple tags (default '|')
Expand Down

0 comments on commit a149992

Please sign in to comment.