elasticsearch-perl
elasticsearch-perl copied to clipboard
Official Perl low-level client for Elasticsearch.
Results
32
elasticsearch-perl issues
Sort by
recently updated
recently updated
newest added
After updating to use Client Direct::8_0, we encountered an issue where passing a JSON boolean as the value of `track_total_hits` in the `search` method resulted in an HTTP query string...
Suggested fix for #245 by inverting the logic, since looks_like_number accepts too many valid inputs. Attempts to detect a boolean first, and only if that does not return true or...