summaryrefslogtreecommitdiff
path: root/lib/chef_zero/solr/query
Commit message (Collapse)AuthorAgeFilesLines
* Substitute require for require_relativeTim Smith2019-12-292-2/+2
| | | | | | require_relative is significantly faster and should be used when available. Signed-off-by: Tim Smith <tsmith@chef.io>
* Apply ChefstyleTim Smith2019-12-292-4/+4
| | | | | | Autocorrect with the latest chefstyle Signed-off-by: Tim Smith <tsmith@chef.io>
* fixes for new chefstyleLamont Granquist2018-07-032-4/+4
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* chefstyle 0.6Thom May2018-02-151-1/+1
| | | | Signed-off-by: Thom May <thom@chef.io>
* support ! in searchestm/support_bang_operatorThom May2016-08-021-2/+2
| | | | Signed-off-by: Thom May <thom@may.lt>
* ChefStyletm/styleThom May2016-07-296-20/+21
| | | | Signed-off-by: Thom May <thom@may.lt>
* Merge pull request #175 from andrewdotn/masterThom May2016-07-191-4/+2
|\ | | | | Fix attempted fall-through in case statement.
| * Fix attempted fall-through in case statement.Andrew Neitsch2015-11-251-4/+2
| |
* | Fix scary search behavior on terms containing dash characterSergey Tuchkin2015-08-171-2/+2
|/
* add support for wildcardsMatt Gleeson2013-09-301-10/+14
|
* handle a list of values properly. add matches_doc?Matt Gleeson2013-09-281-13/+20
|
* logic was reversed for "to" evalMatt Gleeson2013-09-251-2/+3
|
* fix up to_s end bracketsMatt Gleeson2013-09-251-1/+1
|
* Fix #31: Allow - in search terms rather then interpreting it as an operatorJohn Keiser2013-08-081-0/+1
|
* Fix issue where subqueries (...) did not workJohn Keiser2013-06-261-1/+3
|
* Fix issue with multiple identical keys, speed up searchJohn Keiser2013-06-062-5/+3
|
* Initial commit (moved/split up from jk/tiny-chef-server branch of jkeiser/chef)jkeiser2012-12-197-0/+262