-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 1.1.2
-
Component/s: None
-
None
If the hint option is a key pattern document (i.e. array or object), it should be passed to the count command as-is. The library currently converts documents to an index name string, which can cause a "bad hint" server error if the index was created with a custom name and cannot be found.
- related to
-
PHPLIB-1128 Move generate_index_name() to private method within IndexInput
- Closed