• 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
docs Loading commit data...
examples Loading commit data...
src Loading commit data...
tests Loading commit data...
.coveralls.yml Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.php_cs.dist Loading commit data...
.styleci.yml Loading commit data...
.travis.yml Loading commit data...
CHANGELOG.md Loading commit data...
CONTRIBUTING.md Loading commit data...
COPYING Loading commit data...
README.md Loading commit data...
build.xml Loading commit data...
composer.json Loading commit data...
phpunit.xml.dist Loading commit data...
phpunit.xml.travis Loading commit data...