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

Dropping an index with geo field does not delete the geo set. #295

Closed
ojji opened this issue Mar 9, 2018 · 1 comment
Closed

Dropping an index with geo field does not delete the geo set. #295

ojji opened this issue Mar 9, 2018 · 1 comment
Assignees
Labels

Comments

@ojji
Copy link

ojji commented Mar 9, 2018

Trying to drop an index with a geo field doesn't seem to delete the sorted set storing the geographical data.

Running the following commands:
FT.CREATE personIdx SCHEMA name TEXT location GEO
FT.ADD personIdx 1 1.0 FIELDS name "Derper Herbert" location "19.04,47.497"
FT.DROP personIdx
KEYS *personIdx*

Gives the result:
1) "geo:personIdx/location"

@dvirsky
Copy link
Contributor

dvirsky commented Mar 10, 2018

thanks. that's indeed a problem.

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

3 participants