Commit Graph

  • c5f45e1585 Remove $config type in SearchBuilder constructor master dimti 2019-10-25 13:13:09 +0300
  • 0003a8cf15
    Merge pull request #92 from esquinas/patch-1 Tom 2018-11-04 11:42:54 +1100
  • 2dcc6aca84
    Fix README.md Enrique Esquinas 2018-10-30 23:40:53 +0100
  • e5d1eebd37
    Merge pull request #87 from movem/master Tom 2018-03-24 10:07:30 +1100
  • f015fa921c Add Laravel 5.6 support Felippe Ladeira 2018-03-22 16:25:23 +0000
  • d2f6fbce97 Merge pull request #80 from vinkla/laravel55 Tom 2017-08-30 22:31:50 +1000
  • d938954cb9
    Add Laravel 5.5 support Vincent Klaiber 2017-08-12 10:56:43 +0200
  • b275da4aeb Support all versions of PHP 7 Tom Lingham 2017-04-27 20:58:08 +1000
  • ea046dee4f Merge pull request #67 from vinkla/patch-1 Tom 2017-02-11 12:46:25 +1100
  • 740600c76b Merge pull request #69 from vinkla/patch-1 Tom 2017-01-31 10:15:08 +1100
  • 221627e58d Update SearchyServiceProvider.php Vincent Klaiber 2017-01-30 22:03:08 +0100
  • 7e474b9275 Add Laravel 5.4 support Vincent Klaiber 2017-01-25 22:19:19 +0100
  • 92feab6ae1 Merge pull request #64 from ModernArtisan/fix-search-query-with-quotes Tom 2016-12-21 21:36:15 +1100
  • 04b2e278dd Removed unnecessary second substr call Vyacheslav Basenko 2016-12-14 11:27:06 +0200
  • f2e74e4e4e Merge pull request #63 from ModernArtisan/fix-search-query-with-quotes Tom 2016-12-14 06:39:03 +1100
  • 6ea1214760 Fix search query with quotes by replacing trim function to substr. Vyacheslav Basenko 2016-12-12 19:00:19 +0200
  • fbe64c6978 Merge pull request #61 from fede91it/master Tom 2016-11-25 12:12:15 +1100
  • f59edcd024 Update docs to explain collection hydration Federico Liva 2016-11-24 19:45:47 +0100
  • d67b2d665c Merge pull request #52 from vinkla/patch-1 Tom 2016-08-29 22:58:58 +1000
  • a0d9106cab Add laravel 5.3 support Vincent Klaiber 2016-08-28 21:32:44 +0200
  • 5d2d4a28ca Merge pull request #46 from fede91it/patch-1 Tom 2016-06-23 21:33:49 +1000
  • eb921c8f37 Update README.md Federico Liva 2016-06-22 12:22:47 +0200
  • 07a0e68974 Update readme Tom Lingham 2016-05-14 18:28:19 +1000
  • 3a7634324b Add documention on how to use the FuzzySearchUnicodeDriver Tom Lingham 2016-05-14 18:24:11 +1000
  • 10234d98d1 Merge Tom Lingham 2016-05-14 18:15:47 +1000
  • 0732dc7d2c Add Fuzzy Search driver with unicode support Tom Lingham 2016-05-14 18:14:03 +1000
  • 49d3caad01 Merge pull request #36 from vinkla/tests Tom 2016-05-14 12:27:56 +1000
  • dbbeca8899 Merge Tom Lingham 2016-05-14 12:27:20 +1000
  • 09763f0f7f Merge Tom Lingham 2016-05-14 12:26:40 +1000
  • 12c52d5160 Add explanation for how to easily limit the results in README Tom Lingham 2016-05-14 12:11:51 +1000
  • 8566a0a43a Update README to include a nice way to get Eloquent models from the Searchy results Tom Lingham 2016-05-14 12:01:02 +1000
  • 19d7db244d Just some tlc Tom Lingham 2016-05-14 11:32:14 +1000
  • ed432fbc50 Coalesce NULL fields to empty string for the purposes of running the search. Fixed #23 Tom Lingham 2016-05-14 11:31:15 +1000
  • 111521cbb6 Assert is injectable Vincent Klaiber 2016-04-30 11:03:37 +0200
  • 97f15bdc2b Update license Vincent Klaiber 2016-04-26 22:48:59 +0200
  • d9c75b69d7 Update gitattributes Vincent Klaiber 2016-04-26 22:48:39 +0200
  • e859e839f5 Cleanup ignore file Vincent Klaiber 2016-04-26 22:48:24 +0200
  • 0289d45b18 Update travis config Vincent Klaiber 2016-04-26 22:48:09 +0200
  • 8cff837154 Update phpunit config Vincent Klaiber 2016-04-26 22:47:56 +0200
  • 04a66d99e9 Add working test suite Vincent Klaiber 2016-04-26 22:47:48 +0200
  • efb1b63e17 Merge pull request #31 from danieliancu/patch-1 Tom 2016-02-21 21:00:34 +1100
  • 15082590a4 Fix column with table sanitize Daniel Iancu 2016-02-02 15:39:54 +0200
  • 31d7a1c54e Update docs and runaway semicolon. Tom Lingham 2016-01-31 07:55:56 +0000
  • fd959de449 Allow the fields to be passed as an array as well as arguments Tom Lingham 2016-01-31 07:46:48 +0000
  • 7c840af2f6 Santize table names to prevent conllisions with MySQL reserved words. Fixes #25. Tom Lingham 2016-01-31 04:12:40 +0000
  • 5ffe20902f Corrected SQL syntax so that functions are not incorrectly interpreted as table names. Fixes #28. Tom Lingham 2016-01-31 03:48:54 +0000
  • 17e1b7c45b Adding 'withTrashed()' method to include soft deleted records and also removed soft deleted records by default. Fixed #15. Tom Lingham 2016-01-31 03:41:24 +0000
  • 965a485d1b Merge pull request #26 from jakeboyles/master Tom 2016-01-31 13:57:44 +1100
  • 30f477ac28 fix packagist Jake Boyles 2016-01-27 10:42:22 -0500
  • e81b15c932 fixing cmoposer Jake Boyles 2016-01-26 17:22:58 -0500
  • bf6a2e0282 adding to readme Jake Boyles 2016-01-19 13:52:48 -0500
  • c6d58e0c17 adding trashed flag Jake Boyles 2016-01-19 13:48:09 -0500
  • 97fdd406e3 Adding line to remove soft deleted objects from returned results, so it falls in line with using eloquent Jake Boyles 2016-01-15 15:26:46 -0500
  • b7b0344fb2 Support all versions of :Laravel 5 Tom 2015-12-25 22:52:55 +1100
  • 44dd0f84da Merge pull request #21 from JamesForks/readme-formatting Tom 2015-12-25 22:51:24 +1100
  • 67bef16c3a Fix double backticks James Brooks 2015-12-23 12:12:13 +0000
  • 53d9f9ae0b Merge pull request #18 from JamesForks/composer-change Tom 2015-12-23 22:57:47 +1100
  • 0f67f377a0 Merge pull request #20 from JamesForks/rename-license Tom 2015-12-23 22:51:31 +1100
  • fc31d4f700 Support 5.0 James Brooks 2015-12-23 11:50:52 +0000
  • f0e8dec294 Merge pull request #19 from JamesForks/phpunit-changes Tom 2015-12-23 22:50:32 +1100
  • bd6567a780 Formatting of the readme James Brooks 2015-12-23 11:40:48 +0000
  • ce41f0731b Rename the LICENSE file James Brooks 2015-12-23 11:36:48 +0000
  • e1505034f7 Ignore phpunit.xml James Brooks 2015-12-23 11:33:13 +0000
  • 65160bd85e Prefer phpunit.xml.dist and fix testsuite name James Brooks 2015-12-23 11:31:56 +0000
  • 359e12276f Update composer.json James Brooks 2015-12-23 11:30:03 +0000
  • 28b0e04bb2 Formatting changes and updating class references from strings to use php ::class const Tom Lingham 2015-12-23 11:24:22 +0000
  • 70d102f8bf IntelliJ I both love and hate you... Tom Lingham 2015-12-23 11:23:35 +0000
  • 86de48649f Merge branch 'JamesForks-psr4' Tom Lingham 2015-12-23 11:12:08 +0000
  • c2ec458b2c Switch to PSR-4, fix CS and update service provider James Brooks 2015-12-22 09:34:30 +0000
  • d961509341 Update PHP requirements to 5.5 Tom 2015-06-17 16:56:10 +1000
  • ac6906e017 Remove 5.4 from testing Tom 2015-06-17 16:30:38 +1000
  • 2f2aa7673f Update README.md Tom 2015-06-15 09:41:14 +1000
  • 2d97e22094 Add image header to searchy Tom Lingham 2015-06-14 18:08:58 +1000
  • 78acf085e5 Update readme to reflect composer installation requirements: Tom Lingham 2015-06-14 16:54:01 +1000
  • 690ad3e1ed Update readme Tom Lingham 2015-06-14 16:48:03 +1000
  • 5eb6fe7830 Update readme Tom Lingham 2015-06-14 16:47:06 +1000
  • 1e346baf59 Laravel 5 awesomeness Tom Lingham 2015-06-14 16:44:11 +1000
  • 0a065c9731 Updating readme to reflect L5 compat Tom Lingham 2015-02-19 00:19:25 +1100
  • 689d9804c0 Updating the plugin to restore functionality with Laravel 5. Tomorrow... decoupling. Tom Lingham 2015-02-19 00:17:57 +1100
  • 6678381a58 Initial 2.0 commit Tom Lingham 2015-02-18 23:10:59 +1100
  • 1c648b81c7 Merge pull request #4 from TomLingham/develop Tom 2014-08-07 22:37:47 +1000
  • b6df04967d Merge branch 'develop' of https://github.com/TomLingham/Laravel-4-Searchy into develop Tom Lingham 2014-08-04 12:31:53 +1000
  • 5da59e9bcc Added capacity for concatenating columns Tom Lingham 2014-08-04 12:30:15 +1000
  • 02a20dacd2 Merge pull request #2 from TomLingham/develop Tom 2014-07-28 16:03:55 +1000
  • 76e1f1975e Correcting typos in Readme Tom 2014-07-28 16:03:13 +1000
  • 55893a0511 Updated composer licence and readme Tom Lingham 2014-07-23 00:31:33 +1000
  • c911586123 Merge branch 'develop' Tom Lingham 2014-07-23 00:22:33 +1000
  • 7e4278bcb8 Correct facade class path in Readme #1 Tom Lingham 2014-07-23 00:20:23 +1000
  • 4907f693e7 Updated readme to fix error in method chaining logic #1 Tom Lingham 2014-07-22 20:45:52 +1000
  • 51eb6483dd Rename LICENCE.md to LICENCE Tom 2014-07-19 18:04:00 +1000
  • 7e690580e9 Rename LICENCE.md to LICENCE Tom 2014-07-19 18:03:23 +1000
  • 8931bc2e56 Cleanup and remove appostrophies in search string by default Tom Lingham 2014-07-18 19:57:13 +1000
  • c9f28197c0 Updating docs Tom Lingham 2014-07-17 22:19:57 +1000
  • b86336a02f Merge remote-tracking branch 'origin/master' into develop Tom Lingham 2014-07-17 22:14:40 +1000
  • 977dd45783 Update README.md Tom 2014-07-17 14:41:36 +1000
  • fc6239910c Updated readme Tom 2014-07-17 14:41:08 +1000
  • 6fe40f3c0d Updated readme to include description of matchers Tom 2014-07-17 09:07:19 +1000
  • 08584667fc Remove sensitivity option from Levenshtein function Tom 2014-07-17 08:48:37 +1000
  • c06132c242 Merge branch 'master' into develop Tom Lingham 2014-07-16 10:30:47 +1000
  • 5accf5ba4b Updated readme Tom 2014-07-16 10:28:16 +1000