Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

addCustomDatabaseColumn() not working with searchable. #10

@nshiddqui

Description

@nshiddqui

Describe the bug
when you will use addCustomDatabaseColumn() as a column
it is using the alias name as column in where.

To Reproduce
Steps to reproduce the behavior:
use to add column with addCustomDatabaseColumn()
and using search from frontend. it will throw error

example :-

$func_full_name = $columns->func()->concat(['first_name' => 'identifier', ' ', 'last_name' => 'identifier']);
$columns->addCustomDatabaseColumn($func_full_name, 'full_name')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions