We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e7d08 commit 4a9dd51Copy full SHA for 4a9dd51
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
All notable changes to `laravel-cross-eloquent-search` will be documented in this file
4
5
+## 2.0.0 - 2021-01-29
6
+
7
+- Support for the soundex algorithm
8
+- Ability to disable wildcards
9
+- Uses the `getUpdatedAtColumn` method to evaluate the *updated* column
10
+- `startWithWildcard` method has been renamed to `beginWithWildcard`
11
+- `allowEmptySearchQuery` method and `EmptySearchQueryException` class removed
12
13
## 1.9.0 - 2020-12-23
14
15
- Support for `addMany` and `andWhen` methods.
0 commit comments