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

feat: adds index exists #444

Merged
merged 6 commits into from
Sep 2, 2019
Merged

feat: adds index exists #444

merged 6 commits into from
Sep 2, 2019

Conversation

chloelbn
Copy link

@chloelbn chloelbn commented Aug 6, 2019

Added a method to check if index exists

Q A
Bug fix? no
New feature? yes
BC breaks? no
Related Issue Fix #434
Need Doc update yes

Describe your change

Add a method to check if the index exists

What problem is this fixing?

algoliasearch/search_index.py Show resolved Hide resolved
tests/unit/test_search_index.py Show resolved Hide resolved
Added a method to check if index exists
@aseure aseure force-pushed the feat/exists-method branch from 21a2601 to 345a16e Compare August 15, 2019 18:04
@nunomaduro nunomaduro changed the title added(index): implements exists method feat: adds index exists Aug 28, 2019
@nunomaduro nunomaduro self-assigned this Aug 28, 2019
Copy link
Author

@chloelbn chloelbn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving PR 👍

@nunomaduro nunomaduro merged commit e9ab8f6 into master Sep 2, 2019
@nunomaduro nunomaduro deleted the feat/exists-method branch September 2, 2019 13:25
shortcuts added a commit that referenced this pull request Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: add index exists method
2 participants