LastDragon-ru / lara-asp

Awesome Set of Packages for Laravel
MIT License
11 stars 1 forks source link

"_" type with @sortBy directive does not work with @paginate lighthouse directive #12

Closed webard closed 2 years ago

webard commented 2 years ago

Hi,

when I use @sortBy (or @searchBy) with auto generated type "_", I get error:

Impossible to create Sort Clause for `type CategoryPaginator`

with @all directive, everything works fine. Seems like @sortBy and @searchBy does not support paginators.

LastDragon-ru commented 2 years ago

The @searchBy directive is not yet supported _, the @sortby should work now.