-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Add support for GEOSHAPE index fields and WITHIN and CONTAINS query operators #2614
Labels
Comments
|
@leibale what's the norm here? The problem is (honestly) in some clients we half do this (randomly validating) and yet don't take it all the way through. Definitely open to not doing this, if it currently goes against lib norm. |
@chayim unless I have to, I let the server do its job... same for default values for arguments.. |
Will this make it into a Node-Redis 4 release? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation
Since RediSearch 2.8, it's possible to do more advanced GEO querying with GEOSHAPE fields.
On the client side, we should provide support for Index creation and Querying. APIs should allow users to use popular WKT libraries that parse and "serialise" to WKT format (e.g. https://github.com/cschwarz/wkx)
Requirements:
POLYGON
andPOINT
geometry primitives.GEOSHAPE
queriesBasic Code Example
The text was updated successfully, but these errors were encountered: