Skip to content

Releases: aginev/search-filters

PHP 8 Support

09 Feb 11:44
13c8615
Compare
Choose a tag to compare

Laravel 8 Support

17 Sep 13:55
Compare
Choose a tag to compare
1.0.0

Ignore

Fixed issue at custom filter and boolean values

24 Sep 11:10
7e07500
Compare
Choose a tag to compare
v0.0.8

Fix fatal error missing value at custom filter

Fixed issue at custom filter and boolean values

24 Sep 10:50
c88fb5f
Compare
Choose a tag to compare
0.0.8

Accept boolean values at custom filter

Handle zero values was missing

08 Aug 23:01
Compare
Choose a tag to compare
v0.0.7

Update readme

Added options to define custom ordering

09 May 12:39
Compare
Choose a tag to compare

Default order removed

25 Apr 08:26
Compare
Choose a tag to compare
Do not add order by default

Makes much more trouble than it helps because all queries will have it by default. So if you want to do a custom order you will get weird results.

Filter values fixes

06 Apr 12:27
Compare
Choose a tag to compare
v0.0.4

Update Filter.php

Filter values fixes

06 Apr 07:41
Compare
Choose a tag to compare

0 (zero) will be considered as valid value for example when using bool columns in the database. Empty strings are considered as not set filter value so will not be handled at all.

Fixed some issues in installation

01 Mar 23:12
Compare
Choose a tag to compare
v0.0.2

Fix config publish