Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"SEPERATOR" typo in CreateSchemaTagField interface #1821

Closed
dubblen opened this issue Jan 11, 2022 · 1 comment
Closed

"SEPERATOR" typo in CreateSchemaTagField interface #1821

dubblen opened this issue Jan 11, 2022 · 1 comment
Labels

Comments

@dubblen
Copy link
Contributor

dubblen commented Jan 11, 2022

Hi!

I found a typo in the CreateSchemaTagField interface.

type CreateSchemaTagField = CreateSchemaField<SchemaFieldTypes.TAG, {
SEPERATOR?: string;
CASESENSITIVE?: true;
}>;

The parameter shoud be SEPARATOR as is written in the official RediSearch module documentation.
https://oss.redis.com/redisearch/Commands/#ftcreate

Thanks.

Environment:

  • Node.js Version: v16.11.1
  • Redis Server Version: 6.2.5
  • Node Redis Version: 4.0.1
  • Platform: x86_64 Linux 5.14.15-arch1-1
@dubblen dubblen added the Bug label Jan 11, 2022
This was referenced Jan 11, 2022
@dubblen
Copy link
Contributor Author

dubblen commented Jan 11, 2022

PR: #1823

@leibale leibale closed this as completed Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants