Skip to content

Commit

Permalink
Merge pull request #238 from amjedidiah/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
guyroyse authored Jun 7, 2024
2 parents 0cc9584 + 28d557a commit 0c38871
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 @@ -1102,7 +1102,7 @@ This is a bit of a catch-all for some of the more advanced stuff you can do with

Additional field options can be set depending on the field type. These correspond to the [Field Options](https://redis.io/commands/ft.create/#field-options) available when creating a RediSearch full-text index. Other than the `separator` option, these only affect how content is indexed and searched.

| schema type | RediSearch type | `indexed` | `sortable` | `normalized` | `stemming` | `phonetic` | `weight` | `separator` | `caseSensitive` |
| schema type | RediSearch type | `indexed` | `sortable` | `normalized` | `stemming` | `matcher` | `weight` | `separator` | `caseSensitive` |
| -------------- | :-------------: | :-------: | :--------: | :----------: | :--------: | :--------: | :------: | :---------: | :-------------: |
| `string` | TAG | yes | HASH Only | HASH Only | - | - | - | yes | yes |
| `number` | NUMERIC | yes | yes | - | - | - | - | - | - |
Expand Down

0 comments on commit 0c38871

Please sign in to comment.