• Spencer Rinehart's avatar
    Escape the phrases in a range query. (#565) · 761daf4d
    Spencer Rinehart authored
    * Escape the phrases in a range query.
    
    In order to prevent query injection, the helper methods should escape
    the phrases.  Otherwise you could end up with something like
    rangeQuery('1', '2] someOtherField:[* TO *') and leak information, etc.
    
    * Update changelog for escape-range changes.
    761daf4d
Name
Last commit
Last update
..
Result Loading commit data...
AbstractQuery.php Loading commit data...
AbstractRequestBuilder.php Loading commit data...
AbstractResponseParser.php Loading commit data...
Helper.php Loading commit data...
Query.php Loading commit data...
QueryInterface.php Loading commit data...
RequestBuilder.php Loading commit data...
RequestBuilderInterface.php Loading commit data...
ResponseParser.php Loading commit data...
ResponseParserInterface.php Loading commit data...