We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This should throw an exception if the index name does not exist. Currently it simply returns an empty array
$this->indexes = new Indexes(); $this->indexes->getFacetFields('INVALID_INDEX_NAME');
An invalid index name should trigger an exception when accessing properties. A blank array is a silent fail.
Not obligatory, but suggest an idea for implementing addition or change.
Testing using Docker and php-cli container
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Detailed description
This should throw an exception if the index name does not exist. Currently it simply returns an empty array
Context
An invalid index name should trigger an exception when accessing properties. A blank array is a silent fail.
Possible implementation
Not obligatory, but suggest an idea for implementing addition or change.
Your environment
Testing using Docker and php-cli container
The text was updated successfully, but these errors were encountered: