Releases: AssembleOnline/eloquentsearch
Releases · AssembleOnline/eloquentsearch
HOTFIX: isset check added for $order param again
One location was missed in prior release
HOTFIX: isset check added for $order param
Resolved issue with $order param not being set causing a failure
HOTFIX: isset check added for $order param
Resolved Issue with $order param not being set
Reworked OrderBy Functionality
[1.5.0] 2018-03-29
Added
- added $searchable parameter on models. (required)
- added table name aliasing to the sub-query builder logic
Removed
- modified logic for building joins for order by queries
OR Functionality
- Added the ability to send an optional 'or' parameter within the criteria
Fixed assumption issues on orderBy for scenarios on joins, configuration next
Pre-release
Fixes:
- fixed assumption made by _name__id for search ordering joins, changed this to for the time being use the table from the model as prefix rather than the key as defined by the developer. Looking into a neat way to configure this for scenarios where convention is not followed.
- fixed a bug with the field on onderby triggering the base order case, now uses the order array of models preceeding the field as criteria.
Github Release, again
Fixed fail on last release
- file structure fits correctly into repo now
Github Release
v1.2 latest eloquent search, error handling inmproved