Skip to content

Allow adding PHONETIC Attribute on Create Schema #87

@ashtul

Description

@ashtul

related to RediSearch/RediSearch#1607

sc := redisearch.NewSchema(redisearch.DefaultOptions).
		AddField(redisearch.Field{
		 	Name:     "text",
		 	Type:     redisearch.TextField,
		 	Sortable: true,
		 	Options:  "PHONETIC dm:en",
	       }).
...

returns error Error on TextField serialization.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions