The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for ElasticSearch::SearchBuilder

0.10    2011-10-17
        Fixed a bug in _hash_params which was disallowing a parameter of "0"

0.09    2011-08-28
        Documented geo filters
        Aliased geo_bbox to geo_bounding_box
        Added "normalize" and "optimize_bbox" parameters to geo filters
        Made -cache work with and|or filters
        Added "rewrite" parameter to query_string, prefix and wildcard queries
        Converted to Dist::Zilla

0.08    2011-08-12
        Fixed Test::More dependency - thanks to AVAR

0.07    2011-08-10
        Added support for custom_filters_score query

0.06    2011-07-19
        Added support for nested queries and filters

0.05    2011-07-03
        Added support for named filters

0.04    2011-07-02
        Added the -all operator
        Changed the -not filter to work with ES < 0.17
        Added the 'analyzer' param to flt and mlt
        Added the 'boost' param to has_child queries

0.03    2011-06-30

        First public release for ElasticSearch::SearchBuilder