1. 11 Sep, 2014 1 commit
    • Spencer Rinehart's avatar
      Add wildcard behavior for null endpoints in rangeQuery. · e7481912
      Spencer Rinehart authored
      I believe the '*' range feature is a pretty common usecase of range
      queries.  Right now, passing null to this function generates an invalid
      SOLR phrase like 'field:[5 TO ]'.  Users can of course pass '*' to the
      helper, but supporting null makes this common usecase easier to handle.
      
      For example,
      
      ```php
      $minValue = $request->get('min'); // returns null if min not specified
      $maxValue = $request->get('max'); // returns null if max not specified
      $range = $helper->rangeQuery('value', $minValue, $maxValue);
      ```
      e7481912
  2. 21 Jul, 2014 1 commit
  3. 16 Jul, 2014 1 commit
  4. 20 Apr, 2014 3 commits
  5. 19 Apr, 2014 3 commits
  6. 13 Mar, 2014 1 commit
  7. 01 Mar, 2014 2 commits
  8. 27 Feb, 2014 1 commit
  9. 25 Feb, 2014 2 commits
  10. 24 Feb, 2014 2 commits
  11. 17 Feb, 2014 1 commit
  12. 12 Feb, 2014 1 commit
  13. 11 Feb, 2014 1 commit
  14. 04 Feb, 2014 3 commits
  15. 03 Feb, 2014 3 commits
  16. 29 Jan, 2014 8 commits
  17. 28 Jan, 2014 2 commits
  18. 27 Jan, 2014 4 commits