Adding 'withTrashed()' method to include soft deleted records and also removed soft deleted records by default. Fixed #15.

This commit is contained in:
Tom Lingham
2016-01-31 03:41:24 +00:00
parent 965a485d1b
commit 17e1b7c45b
4 changed files with 39 additions and 52 deletions

View File

@ -1,5 +1,5 @@
{
"name": "jakeboyles/laravel-searchy",
"name": "tom-lingham/searchy",
"description": "Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.",
"keywords": ["laravel","search","fuzzy"],
"license": "MIT",
@ -18,7 +18,7 @@
},
"autoload": {
"psr-4": {
"jakeboyles\\Searchy\\": "src/"
"TomLingham\\Searchy\\": "src/"
}
},
"config": {