1. 04 Nov, 2014 5 commits
  2. 02 Oct, 2014 2 commits
  3. 30 Sep, 2014 3 commits
  4. 17 Sep, 2014 4 commits
  5. 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
  6. 07 Aug, 2014 1 commit
  7. 22 Jul, 2014 1 commit
  8. 21 Jul, 2014 1 commit
  9. 16 Jul, 2014 1 commit
  10. 13 May, 2014 1 commit
    • Dave Chez's avatar
      Close <pre> tag in 1.1 example code · b6df912a
      Dave Chez authored
      - In the 1.1-check-solarium-and-ping.php example code, the <pre> tag is
        never closed after the var_dump. This fix closes the tag.
      b6df912a
  11. 20 Apr, 2014 3 commits
  12. 19 Apr, 2014 3 commits
  13. 13 Mar, 2014 1 commit
  14. 01 Mar, 2014 2 commits
  15. 27 Feb, 2014 1 commit
  16. 25 Feb, 2014 2 commits
  17. 24 Feb, 2014 2 commits
  18. 17 Feb, 2014 1 commit
  19. 12 Feb, 2014 1 commit
  20. 11 Feb, 2014 1 commit
  21. 04 Feb, 2014 3 commits