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

fix: return interface ISearchIndex instead of object #751

Closed
wants to merge 1 commit into from

Conversation

TomKlotzPro
Copy link
Contributor

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

Describe your change

update InitIndex method returning interface instead of Object

What problem is this fixing?

Users will be able to mock correctly SearchIndex

@TomKlotzPro TomKlotzPro self-assigned this Jan 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

InitIndex method is returning SearchIndex rather than ISearchIndex
1 participant