Skip to content

Releases: AssembleOnline/eloquentsearch

HOTFIX: isset check added for $order param again

28 Feb 09:56
Compare
Choose a tag to compare

One location was missed in prior release

HOTFIX: isset check added for $order param

26 Feb 16:35
Compare
Choose a tag to compare

Resolved issue with $order param not being set causing a failure

HOTFIX: isset check added for $order param

26 Feb 16:38
Compare
Choose a tag to compare

Resolved Issue with $order param not being set

Reworked OrderBy Functionality

29 Mar 09:12
Compare
Choose a tag to compare
Pre-release

[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

15 Feb 09:11
Compare
Choose a tag to compare
OR Functionality Pre-release
Pre-release
  • Added the ability to send an optional 'or' parameter within the criteria

Fixed assumption issues on orderBy for scenarios on joins, configuration next

02 Mar 12:09
Compare
Choose a tag to compare

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

24 Feb 10:14
Compare
Choose a tag to compare
Github Release, again Pre-release
Pre-release

Fixed fail on last release

  • file structure fits correctly into repo now

Github Release

24 Feb 09:54
Compare
Choose a tag to compare
Github Release Pre-release
Pre-release
v1.2

latest eloquent search, error handling inmproved