105 Commits (d938954cb9bac7724122a9d53830c7e65944b946)
 

Author SHA1 Message Date
Vincent Klaiber d938954cb9
Add Laravel 5.5 support 8 years ago
Tom Lingham b275da4aeb Support all versions of PHP 7 8 years ago
Tom ea046dee4f Merge pull request #67 from vinkla/patch-1 8 years ago
Tom 740600c76b Merge pull request #69 from vinkla/patch-1 9 years ago
Vincent Klaiber 221627e58d Update SearchyServiceProvider.php 9 years ago
Vincent Klaiber 7e474b9275 Add Laravel 5.4 support 9 years ago
Tom 92feab6ae1 Merge pull request #64 from ModernArtisan/fix-search-query-with-quotes 9 years ago
Vyacheslav Basenko 04b2e278dd Removed unnecessary second substr call 9 years ago
Tom f2e74e4e4e Merge pull request #63 from ModernArtisan/fix-search-query-with-quotes 9 years ago
Vyacheslav Basenko 6ea1214760 Fix search query with quotes by replacing trim function to substr. 9 years ago
Tom fbe64c6978 Merge pull request #61 from fede91it/master 9 years ago
Federico Liva f59edcd024 Update docs to explain collection hydration 9 years ago
Tom d67b2d665c Merge pull request #52 from vinkla/patch-1 9 years ago
Vincent Klaiber a0d9106cab Add laravel 5.3 support 9 years ago
Tom 5d2d4a28ca Merge pull request #46 from fede91it/patch-1 9 years ago
Federico Liva eb921c8f37 Update README.md 9 years ago
Tom Lingham 07a0e68974 Update readme 9 years ago
Tom Lingham 3a7634324b Add documention on how to use the FuzzySearchUnicodeDriver 9 years ago
Tom Lingham 10234d98d1 Merge 9 years ago
Tom Lingham 0732dc7d2c Add Fuzzy Search driver with unicode support 9 years ago
Tom 49d3caad01 Merge pull request #36 from vinkla/tests 9 years ago
Tom Lingham dbbeca8899 Merge 9 years ago
Tom Lingham 09763f0f7f Merge 9 years ago
Tom Lingham 12c52d5160 Add explanation for how to easily limit the results in README 9 years ago
Tom Lingham 8566a0a43a Update README to include a nice way to get Eloquent models from the Searchy results 9 years ago
Tom Lingham 19d7db244d Just some tlc 9 years ago
Tom Lingham ed432fbc50 Coalesce NULL fields to empty string for the purposes of running the search. Fixed #23 9 years ago
Vincent Klaiber 111521cbb6 Assert is injectable 9 years ago
Vincent Klaiber 97f15bdc2b Update license 9 years ago
Vincent Klaiber d9c75b69d7 Update gitattributes 9 years ago
Vincent Klaiber e859e839f5 Cleanup ignore file 9 years ago
Vincent Klaiber 0289d45b18 Update travis config 9 years ago
Vincent Klaiber 8cff837154 Update phpunit config 9 years ago
Vincent Klaiber 04a66d99e9 Add working test suite 9 years ago
Tom efb1b63e17 Merge pull request #31 from danieliancu/patch-1 9 years ago
Daniel Iancu 15082590a4 Fix column with table sanitize 10 years ago
Tom Lingham 31d7a1c54e Update docs and runaway semicolon. 10 years ago
Tom Lingham fd959de449 Allow the fields to be passed as an array as well as arguments 10 years ago
Tom Lingham 7c840af2f6 Santize table names to prevent conllisions with MySQL reserved words. Fixes #25. 10 years ago
Tom Lingham 5ffe20902f Corrected SQL syntax so that functions are not incorrectly interpreted as table names. Fixes #28. 10 years ago
Tom Lingham 17e1b7c45b Adding 'withTrashed()' method to include soft deleted records and also removed soft deleted records by default. Fixed #15. 10 years ago
Tom 965a485d1b Merge pull request #26 from jakeboyles/master 10 years ago
Jake Boyles 30f477ac28 fix packagist 10 years ago
Jake Boyles e81b15c932 fixing cmoposer 10 years ago
Jake Boyles bf6a2e0282 adding to readme 10 years ago
Jake Boyles c6d58e0c17 adding trashed flag 10 years ago
Jake Boyles 97fdd406e3 Adding line to remove soft deleted objects from returned results, so it falls in line with using eloquent 10 years ago
Tom b7b0344fb2 Support all versions of :Laravel 5 10 years ago
Tom 44dd0f84da Merge pull request #21 from JamesForks/readme-formatting 10 years ago
James Brooks 67bef16c3a Fix double backticks 10 years ago