You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
Maybe a misunderstanding. What I mean:
With the version 1.6 of MeiliSearch / meilisearch/meilisearch-php an exception will not be thrown anymore, even if there is no index. The code comment said „We might have no index ready and an exception would occur“. In my tests under version 1.6 I just got back an empty result list – no exception or error.
6a0c622
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit message does not match code change, does it?
6a0c622
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe a misunderstanding. What I mean:
With the version 1.6 of MeiliSearch /
meilisearch/meilisearch-php
an exception will not be thrown anymore, even if there is no index. The code comment said „We might have no index ready and an exception would occur“. In my tests under version 1.6 I just got back an empty result list – no exception or error.